body {
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

a:link.menu {
	text-decoration: none;
	color: #666666;
}



a:link {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background: none;
	text-decoration: underline;
}

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

a:visited:hover {
	color: #666666;
	background: none;
	text-decoration: none;
}
a:link:hover.menu {
	color: #000000;
	text-decoration: none;
	background: none;
}

.menu {
	font: 8pt Bitstream Vera Sans, Verdana, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}