body {
	background-color : #000000;
	margin : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}

#cont {
	width : 470px;
	height : 80px;
	margin : auto;
}

h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
	margin : 0;
	padding : 0;
}
	
.bold {
	font-weight : bold;
}

ul {
	list-style-type : square;
	padding-left : 0;
}

a:link, a:visited, a:active { 
	text-decoration : underline;
	font-weight : bold;
	color : #000000;
}

a:hover {
	text-decoration : none;
	font-weight : bold;
	color : #666666;
}
