A:link	 {text-decoration: underline;}
A:visited{color: green;text-decoration: underline;}
A:hover  {color: red;text-decoration: underline;}

body 
{
    background-image : url("Images/clouds_bkgd.gif");
	background-repeat : no-repeat;
	margin-top: 0px;
	margin-left : 0px;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-face-color : #2A366E;
	scrollbar-base-color : #E0EAF3;
	font-family: Arial,Helvetica, sans-serif, Tahoma, "Times New Roman";
}