html, body {
height: 100%;
}	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222222;
}


a:link {  
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #ffffff;
	text-decoration:none;
} 

a:visited {  
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #ffffff;
	text-decoration:none;
}

a:hover {  
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #666600;
	text-decoration:none;
}
img {border:none;}