a:link{	color: blue;     text-decoration: none}a:visited{	color: purple;     text-decoration: none} a:active {	color: red;    text-decoration: none}a:hover{   color: red;    text-decoration: underline}   body{	font-family: Verdana, Arial, Garamond;	font-size: 8pt	background-color: ffffff;	color: 000000;	margin-top: 0	text-decoration: none;}
