BODY {
	 font-family : Arial, Helvetica, sans-serif;
	 background-color:#F0F8FF; 
     color:black; 
}

a:link
{
	color: Blue;
}
a:visited
{
	color: Red;
} 
a:active 
{
	color: Black;
}
HR {
	color : Gray
}
span {
     font-size : x-small;
	 }
	 
