body 
{
	margin: 0px 0px;
	width auto;
	background: black;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration : none;
	color: #c30;
	background: transparent;
}

a:hover {
	text-decoration : underline;
	color: #999;
	background: transparent;
}

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

div.menu {
	font-family: sans-serif;
	font-size: 8pt;
	color: #eeecec;
	background-color: #000000;
}

div.contact {
	font-family: sans-serif;
	font-size: 10pt;
	color: #999;
	}

