/* dante.css - cascade style sheet */




/* text*/




.center {
	text-align: center;
}		


 		 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: serif;   
	text-decoration: normal;	
	font-weight: normal; 
	font-variant: normal;     
}


 p        	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: serif;   
	text-decoration: normal;	
	font-weight: normal; 
	font-variant: normal;     
}


 h1      	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 18px; 
	font-family: serif;   
	text-decoration: normal;    
	font-weight: bold;   
	font-variant: small-caps; 
}


 h2      	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 14px; 
	font-family: serif;   
	text-decoration: normal;    
	font-weight: bold;   
	font-variant: normal;     
}


 h3      	 {
	color: #000000; 
	text-indent:0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: normal;    
	font-weight: normal; 
	font-variant: small-caps; 
}
 h4      	 {
	color: #000000; 
	text-indent:0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: normal;    
	font-weight: normal;
	font-variant: normal; 
}
 li      	 {
	color: #000000; 
	text-indent:0%; 
	font-size: 12px; 
	font-family: serif; 
	text-decoration: normal;    
	font-weight: normal;
	font-variant: normal; 
}


 div      	 { 
	color: #000000; 
	text-indent: 0%; 
	font-size: 16px; 
	font-family: serif;   
	text-decoration: normal;    
	font-weight: bold;   
	font-variant: small-caps; 
}
 img {border: 1px solid #cccc99 }






/* links*/




 a 	  	 {
	color: #666600; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: underline; 
	cursor: hand;  
}


 a:hover 	 {
	color: #333300; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: underline; 
	cursor: hand;    
}


 a:visited 	 {
	color: #666666; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: underline;   
	cursor: hand;    
}


 a:visited:hover {
	color: #333333; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana;
	text-decoration: underline; 
	cursor: hand;    
}
 a.b 	  	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: none;
	font-variant: normal;
	font-weight: normal; 
	cursor: hand;  
}


 a.b:hover 	 {
	color: #eeeedd; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: none;
	font-variant: normal;
	font-weight: bold; 
	cursor: hand;  
}


 a.b:visited 	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: none;
	font-variant: normal;
	font-weight: normal; 
	cursor: hand;  
}


 a.b:visited:hover {
	color: #eeeedd; 
	text-indent: 0%; 
	font-size: 12px; 
	font-family: verdana; 
	text-decoration: none;
	font-variant: normal;
	font-weight: bold; 
	cursor: hand;  
}

 a.nav 	  	 {
	color: #eeeedd; 
	text-indent: 0%; 
	font-size: 8px;  
	font-family: verdana; 
	cursor: hand;
	font-weight: normal;   
	font-variant: normal;
	text-decoration: none;     
}


 a.nav:hover	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 8px;  
	font-family: verdana; 
	cursor: hand; 
	font-weight: normal;   
	font-variant: normal;
	text-decoration: none;   
}


 a.nav:visited 	  	 {
	color: #eeeedd; 
	text-indent: 0%; 
	font-size: 8px;  
	font-family: verdana; 
	cursor: hand; 
	font-weight: normal;   
	font-variant: normal;
	text-decoration: none;   
}


 a.nav:visited:hover	 {
	color: #000000; 
	text-indent: 0%; 
	font-size: 8px;  
	font-family: verdana; 
	cursor: hand; 
	font-weight: normal;   
	font-variant: normal;
	text-decoration: none;   
}




/* others*/




 body    	 {
	margin-top: 20; 
	margin-right: 20; 
	margin-left: 20; 
	margin-bottom: 20; 
	background-color: #eeeedd; 
	scrollbar-face-color: #cccc99; 
	scrollbar-highlight-color: #cccc99; 
	scrollbar-shadow-color: #cccc99; 
	scrollbar-3dlight-color: #eeeedd; 	
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #eeeedd; 
	scrollbar-darkshadow-color: #eeeedd;
}


 hr	  	 {
	color: #000000;
}

 .red	  	 {
	color: #ff0000;
}


 br       	 {
	font-size: 12px;
}

 br.i       	 {
	font-size: 3px;
}



