body { 
	background-color: White;  
	font-family: Verdana, Arial;  
	font-size: xx-small;  
	font-style: normal;  
	font-variant: normal;  
	font-weight: normal;      
}

p{
	font-family: Verdana, Arial;  
	font-size: xx-small;  
	font-style: normal;  
	font-variant: normal;  
	font-weight: normal;  
}

a {
	font-family: Verdana, Arial;  
	font-size: xx-small;  
	font-style: normal;  
	font-variant: normal;  
	font-weight: normal;
	color: #6699FF;
}

a:hover {
	font-family: Verdana, Arial;  
	font-size: xx-small;  
	font-style: normal;  
	font-variant: normal;  
	font-weight: normal;
	color: #FF9900;
}