@charset "ISO-8859-1";
body { background-color: #6699ff; 
		color: #000000; 
		font: 100% "Times New Roman", Times, serif; }
/* img { background-color:#ffffff; } */
a { text-decoration: none }		
a:link { color: #000099; background-color: transparent; }  /* for unvisited links */
a:visited { color: #000099; background-color: transparent; } /* for visited links */
a:hover { color: #6699ff; text-decoration: underline; background-color: transparent; } /* when mouse is over link */
.red { color:#ff0000; 
	font-weight:bold; }
