body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.top {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.menu {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.category {
	font: 14px Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}
a.category:link {
	color: #CCCCCC;
}
a.category:visited {
	color: #CCCCCC;
}
a.category:hover {
	font-size: 16px;
	color: #CCFF00;
	text-decoration: none;
}
a.category:active {
	color: #CCCCCC;
}

a.menu:link {
	color: #000000;
}
a.menu:visited {
	color: #000000;
}
a.menu:hover {
	color: #003366;
	text-decoration: none;
}
a.menu:active {
	color: #FFFFFF;
}
.sitename {
	font-family: bold 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}
.description {
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
