body {
	background: #333333;
	margin: 0;
	text-align: center;
	color: #f4f4f4;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

a:link { 
 color: #f4f4f4; 
 font-size: 10px;
 font-weight: normal;
	text-decoration: none;
}

a:visited { 
 color: #d6c9b3; 
 font-size: 10px;
 font-weight: normal;
	text-decoration: none;
}

a:hover { 
 color: #617173; 
 font-size: 10px; 
 font-weight: normal;
 background-color: #fffbdf;
text-decoration: none;
}

a:active { 
color: #d6c9b3;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}


.menu {
	padding: 8px;
}
 
.logo {
	margin-top: 20px;
} 
