body {
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 30px;
	font-size: 12px; 	
	font-family: Verdana,Tahoma; 
	text-align: center;
	color: #ffffff;
	background-color: #394129; 
	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #394129;
	scrollbar-face-color: #394129;
}

p,div {	
	font-size: 12px; 	
	font-family: Verdana,Tahoma; 
	color: #ffffff;
}

#alice {
	position: absolute;
	left: 50%;
	top: 30px;
	width:700px;
	margin-left: -300px;
}

h1{
	border: #5A6940 dashed;
	border-width:0px 0px 1px 0px; 

	color: #5A6940; 
	text-align: center; 
	font-family: Tahoma;  
	font-weight: bold;  
	letter-spacing: 2px;
	font-size: 10px; 
	height: 12px;
}

.head{
	border: #ffffff solid 1px; 
	background: #394129;
	background-image:url('images/hg.jpg'); 
	color: #ffffff; 
	text-align: center; 
	font-family: Tahoma;  
	font-weight: bold;  
	letter-spacing: 2px;
	font-size: 10px; 
	height: 12px;
}

A:link {
	font-weight: normal; 
	font-size: 12px; 
	color: #ffffff; 
	text-decoration: none;
}
A:visited {
	font-weight: normal; 
	font-size: 12px; 
	color: #394129;
	text-decoration: line-through;
}
A:hover {
	font-weight: normal; 
	font-size: 12px; 
	color: #394129; 
	text-decoration: overline underline;
}