p,body,table,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C3B3B;
	font-size: x-small;
}
.heads {
	color: White;
	font-size: 18px;
}
.menu {
	color: White;
	font-size: 12px;
	font-weight: bold;
}
.comment {
	font-size: 8px;
	color: White;
}
a {
	color: #4B4949;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00019D;
	text-decoration: underline;
}
a.menu {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a:hover.menu {
	color: white;
	text-decoration: underline;
}
a.comment {
	color: white;
	text-decoration: none;
}
a:hover.comment {
	color: white;
	text-decoration: underline;
}