p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
	font-weight: normal;
	color: #FFFFFF;
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: disc;
	}
a:link { /* Change the defaults */
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	}
a:visited { /* Change the defaults */
	font-family: Arial, Helvetica, san-serif; 
	font-size: 13px;
	text-decoration: none; 
	font-weight: normal;
	color: #00CCFF; 
	}
a:active { /* Change the defaults */
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	text-decoration: none; 
	font-weight: normal;
	color: #FFFF00;
	}
a:hover { /* Change the defaults */
	font-family: Arial, Helvetica, san-serif; 
	font-size: 13px;
	text-decoration: none; 
	font-weight: normal;
	color: #FF0000; 
	}
