body {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#000000;
}

UL {margin-top:10px;margin-bottom:10px;}
OL {margin-top:10px;margin-bottom:10px;}
DD {margin-top:10px;margin-bottom:10px;}

h1,h2{
	margin: 0;
	padding: 0;
}

.black {
	background-color:#000000;
}

a {
	color:#ff6600;
	text-decoration: none;
}
a:hover {
	color:#ffcccc;
	text-decoration: underline;
}

a.topmenu {
	color:#eeeeee;
	text-decoration : none;
}
a.topmenu:visited {
	color:#eeeeee;
	text-decoration : none;
}
a.topmenu:hover {
	color:#eeeeee;
	text-decoration: underline;
}

.top {
	color:#ffffff;
	font-size:11px;
	line-height:70%;
	font-weight: normal;
}






