/*
<body bgcolor="#000033" background="images/??.gif" text="#9999CC" link="#9999CC" vlink="#9999CC" alink="#9999CC">
*/

body (
	background-color: #000033;
	color: #9999CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	color: #000033;
	text-decoration: underline;
	background-color: #9999CC;
}
