body { 
background-image:url(layer/hg.jpg); 
background-repeat:no-repeat; 
background-attachment: fixed;
background-color:#191919;  
text-align: right; 
margin-right: 20px;
margin-top: 10px;

}


body,p,td,input,textarea,select { 
font-family:Arial,Verdana,sans-serif; font-size:11px;
color:#dced9c;
scrollbar-base-color:#191919;
scrollbar-3dlight-color:#788643;
scrollbar-arrow-color:#191919;
scrollbar-darkshadow-color:#191919;
scrollbar-face-color:#191919;
scrollbar-highlight-color:#191919;
scrollbar-shadow-color:#191919;
scrollbar-track-color:#191919; 
}

a:link { 
 cursor: help;
 color:#c0dc56; 
 text-decoration: none;
}

a:active {
 color:#c0dc56;
 border-bottom: 1px dotted #788643;
}

a:hover { 
 color:#c0dc56; 
 border-bottom: 1px dotted #788643;
}

a:hover:visited { 
 color:#c0dc56; 
 border-bottom: 1px dotted #788643;
}

a:visited { 
 cursor: help;
 color:#c0dc56; 
 text-decoration:none;
}


h1 {

font-size: 14px;
text-transform: uppercase;
border-bottom: 1px dotted #788643;
margin-bottom: 15px;

}

li {
list-style: decimal;
text-align: left;

}

input, textarea, select {

border: 1px solid #788643;
background-color: #2c2c2c;
color:#c0dc56; 
}

.imgoutline {

border: 1px solid #788643;
margin: 5px;

}

.codes {

margin: 5px;
background-color: #707070;
padding: 3px;

}


