body,td,th {
	font: Tahoma;
	font-size: 14px;
	color: #fff;
}

body {
	background-color: #997;
}

a {
	color: #FC0;
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

table.main {
	width: 800px;
	max-width: 800px;
	min-width: 800px;
}

.nav a {
	display: block;
	width: 150px;
	height: 20px;
	color: #900;
	text-decoration: none;
}

.nav a:hover {
	background-color: #900;
	color: #fc0;
	text-decoration: none;
}