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
}
table {
border: 0px solid rgb(102, 102, 102); padding-top: 0px; padding-bottom: 0px;
}
div {
	text-align: center
}