body {  
background-color: #000;  
background-repeat: repeat-x;    
background-image: url(bg.png) 
}  

table, tr, td {  
font-family: trebuchet MS;  
font-size: 13px;  
color: #434343;  
background-repeat: repeat-y;  
background-color: #dfd6d6;  
text-align: justify;  
line-height: 16px;  
cursor: crosshair;  
}  



i, em {  
font-family: georgia;
text-decoration: none;  
color: #312e33;
}  

b, strong {    
font-family: century gothic;
color: #312e33;
font-size: 13px;  
text-transform: uppercase;
font-weight: normal
}  

a:link     
{text-decoration: none;
color: #846f69; 
font-weight:normal; 
letter-spacing: 1px}  

a:visited     
{text-decoration: none;
color: #846f69; 
font-weight:normal; 
letter-spacing: 1px}  

a:hover  
{text-decoration: none;
color: #000; 
font-weight:normal; 
letter-spacing: 1px} 

.navi a:link, .navi a:visited{
font-family:century gothic;
font-size: 14pt;
text-transform: uppercase;
text-align: center;
text-decoration:none;
color:#000;
border-bottom: none;
font-weight: bold;
margin: 3px;
padding-left: 2px}

.navi a:hover{
font-family:century gothic;
font-size: 14pt;
text-transform: uppercase;
text-align: center;
text-decoration:none;
border-bottom: 2px solid #b89792;
color:#b89792;
font-weight: bold;
margin: 3px;
padding-left: 2px}

textarea, input, select {
	background-color: #312e33;
	border: 1px solid #312e33;
	margin-top: 4px;
	margin-bottom: 4px;
        margin-left: 4px;
        margin-right: 4px;
	font-size: 11pt;
	color: #dec8cd;
} 
