/* ------------------------- BODY ------------------------- */
body { 
scrollbar-face-color: #000000; 
scrollbar-shadow-color: #000000;
scrollbar-highlight-color:#000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #ffffff;
background-color: #000000;
font-family: tahoma, georgia,; 
color: #94cbf7; 
}

/* ------------------------- LAYOUT ------------------------- */

#header{
position:absolute; 
overflow:auto; 
top:0px; 
left:0px;} 

.stats{
background:#f8fae;
font-size: 11px;
color: #fe0101;
width: 300px;
padding:7px;
font-family: tahoma, trebuchet ms, verdana, tahoma;}

#layout{
position:absolute;
overflow:auto;
font-size: 11px;
width: 440px;
top:482px; 
left:33px;}


/* ------------------------- LINKS ------------------------- */

a:link, a:active, a:visited {
text-decoration: none; 
font-weight: bold; 
color: #f7556a;
border-bottom:1px dotted #f7556a;}

.stats a:link, .stats a:active, .stats a:visited {
text-decoration: none; 
font-weight: bold; 
color: #a877ab;
border-bottom:1px dotted #a877ab;}

a:hover {
color: #b195cc; 
border-bottom:1px dotted #b195cc;
text-decoration:none;}

.stats a:hover {
color: #ae1a49; 
border-bottom:1px dotted #ae1a49;
text-decoration:none;}



/* ------------------------- ETC ------------------------- */

.lead {
font-size: 38px; 
font-weight: bold;
font-family: sans serif, georgia, trebuchet ms; 
font-style: italic;
color:#91b1f1;
text-transform: lowercase;}

h4 { 
font-family: trebuchet ms, georgia; 
font-size: 14px; 
color: #c99ac8;  
font-weight:bold;
background-color: transparent;
padding-left: 10px;
text-transform: lowercase;
letter-spacing:2px;
border: 0px;}


/* ------------------------- INPUT ------------------------- */
input, textarea, option, select {
background-color: #ffffff;  
color: #000000; 
letter-spacing: 1px; 
border:1px solid #000000;}