body
{
	background-color: blue;
	color: white;
}

.main
{
	position: absolute;
	top: 11px;
	left: 1px;
	width: 780px;
	font-family: serif;
	font-size: 12pt;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #AAAA55;
}
a:hover {
	color: #CCCC22;
}
