body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #330000 url(bg-grad.jpg) fixed;
}
a:link {
	color: #669999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #669999;
}
a:hover {
	text-decoration: underline;
	color: #88BBBB;
}
a:active {
	text-decoration: none;
	color: #cc9999;
}
.maintable {
	width:550px;
	border: 6px double #DDAAAA;
}
.footer {
	font-size: 10px;
	color: #669999;
}