BODY{
background-color:white;
}
.pagecontent{
font-family:verdana;
font-size:xx-small;
padding:10px;
}
a:hover{color:red}
a:link { 
	color: blue;
	text-decoration: none;
	}
a:visited { 
	color: green;
	text-decoration: none;
	}
a:hover { 
	color: red;
	background-color: yellow;
	text-decoration: underline;
	}
a:active { 
	color: maroon;
	text-decoration: none;
	}