/* ------------------------- BODY ------------------------- */
body { 
scrollbar-face-color: #804755; 
scrollbar-shadow-color: #804755;
scrollbar-highlight-color:#804755; 
scrollbar-3dlight-color: #804755; 
scrollbar-track-color: #804755; 
scrollbar-arrow-color: #ffffff;
background-color: #804755;
font-size:11px;
font-family: tahoma, georgia,; 
color: #ffffff; 
}

/* ------------------------- LAYOUT ------------------------- */

#header{
position:absolute; 
overflow:auto; 
top:0px; 
left:0px;} 

.stats{
background:#fae5f1;
font-size: 10px;
color: #000000;
width: 350px;
padding:7px;
font-family: tahoma, trebuchet ms, verdana, tahoma;}

#layout{
position:absolute;
overflow:auto;
font-size: 10px;
width: 400px;
top:470px; 
left:20px;
font-family: verdana, tahoma, trebuchet ms;}


/* ------------------------- LINKS ------------------------- */

a:link, a:active, a:visited {
text-decoration: none; 
font-weight: bold; 
color: #fae5f1;
border-bottom:1px dotted #fae5f1;}

.stats a:link, .stats a:active, .stats a:visited {
text-decoration: none; 
font-weight: bold; 
color: #d23038;
border-bottom:1px dotted #d23038;}

a:hover {
color: #fd9ec0; 
border-bottom:1px dotted #fd9ec0;
text-decoration:none;}

.stats a:hover {
color: #69122e; 
border-bottom:1px dotted #69122e;
text-decoration:none;}



/* ------------------------- ETC ------------------------- */

.lead {
font-size: 30px; 
font-weight: bold;
font-family: sans serif, georgia, trebuchet ms; 
font-style: italic;
color:#fd9ec0;
text-transform: lowercase;}

h4 { 
font-family: trebuchet ms, georgia; 
font-size: 12px; 
color: #c3d5ee;  
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; 
font: 8pt arial; 
color: #000000; 
letter-spacing: 1px; 
border:1px solid #000000;}