BODY 
{ 
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: black;
}
A:link    
{ 
	color: #0000ff;
	text-decoration: none;
}
A:visited 
{ 
	color: #0000ff;
	text-decoration: none;
}
A:hover  
{ 
	color: #0000ff;
	text-decoration: underline;
}
