body, td, tr {
font-family: courier new;
font-size: 10px;
line-height: 11px;
text-align: left;
}

.back {
   background-image: url('back.jpg');
   background-attachment: fixed;
}
   
input, textarea, select {
        font-family: Verdana;
        font-size: 10px;
        letter-spacing: 1px;
        border: 1px solid #1c1c1c;
        background: #202020;
        color: #7B7B7B;
}

b{color:#abb93c; font-weight: bold; letter-spacing: 5px;}
i{color:#b0897c;}
u{color:#705e76; letter-spacing:1px;}
s{color:#bebebe; letter-spacing:2px;}

h1 {
font-family: georgia;
font-size:11px;
line-height: 12px; 
color: #bdbdbd;
border-bottom:  2px solid #7da743;
letter-spacing:1px; 
text-align:left;
text-transform: uppercase;
font-weight: bold;
}
	
.text {       
font-size: 10px;  
line-height: 15px;       
font-family: verdana;
color: #919191;
text-shadow: #030303 1px 0px 1px;
padding-left: 2px;
padding-right: 2px;
text-align:justify;
}

a.menu:link, a.menu:visited, a.menu:active {
width: 120px;
color: #6f6f6f;
text-shadow: #1d1d1d 1px 1px 1px;
border-bottom: 1px solid #313131;
font-family: verdana;
font-size: 10px;
line-height: 12px;
letter-spacing: 5px;
text-align:center;
margin:2px;
padding:2px;
text-transform: lowercase;
display: block;
}

a.menu:hover {
color: #464646;
}

.table1 {
background: #222222;
}

a:link {color:#6f6f6f; text-decoration:none; }
a:visited {color:#6f6f6f; text-decoration:none; }
a:active {color:#6f6f6f; text-decoration:none; }
a:hover {color:#464646; text-decoration:none; }