html, body 	{	
		background-color: #000000; 
		font-family: Verdana, sans-serif;
	        font-size: 14px;
		margin-left: 0px;
		margin-top: 0px; 
		margin-bottom: 0px; 
		color: #FF0000;
		}

p.counter	{font-size: 12px;
		color: #FF0000;
		font-family: Verdana, sans-serif;
		}

#navigator {

background-color: #000000;
border: 0px #000000 solid;
width: auto;
margin-top: 0px;
margin-left: 0%;
margin-right: 1%;
padding: 0px;
text-align: center;

}
.housebutton, .button2 {

font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;

}
.housebutton a {

padding: 4px;
text-decoration: none;
width: 98%;
display: block;
color: #000000;
background-color: #FF0000;
border-top: 2px #FF4040 solid;
border-left: 2px #FF4040 solid;
border-bottom: 2px #CC0000 solid;
border-right: 2px #CC0000 solid;

}
.housebutton a:hover {

background-color: #CC0000;
border-top: 2px #AE0000 solid;
border-left: 2px #AE0000 solid;
border-bottom: 2px #DC3737 solid;
border-right: 2px #DC3737 solid;

}
.button2 a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #FFF;
	width: 98%;
	background-color: #909;
	border-top: 2px #90C solid;
	border-left: 2px #90C solid;
	border-bottom: 2px #939 solid;
	border-right: 2px #939 solid;
	}
.button2 a:hover {
	background-color: #939;
	border-top: 2px #939 solid;
	border-left: 2px #939 solid;
	border-bottom: 2px #90C solid;
	border-right: 2px #90C solid;
	}