body {
background: #000066;
font-family: arial,helvetica,sans-serif; 
font-size: 110%
}
a:link {
	color: blue;
	background: transparent}

a:visited {
	color: purple;
	background: transparent}

a:hover {
	color: black;
	background: yellow}

a:active {
	color: red;
	background: transparent}

ul {		
text-align: left}
p {		text-align: left}
p.center {text-align: center} 

