body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #F2F1EF;
background-color: #3A484B;
overflow: auto;
text-decoration: none;
scrollbar-face-color: #3A484B;
scrollbar-highlight-color: #3A484B;
scrollbar-shadow-color: #3A484B;
scrollbar-3dlight-color: #3A484B;
scrollbar-darkshadow-color: #3A484B;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #3A484B;
}
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { font-weight: bold}
a:active { color: #000000; text-decoration: none}

#content {
position:absolute;
top:335px;
left:200px;
width:280px;
height:auto;
z-index:1;
padding:5px;
border: #000000 5px solid;
background-color:#3A484B;
}

blockquote {
font-family: Arial, Tahoma, Helvetica, sans-serif;
margin: 10px; 
background-color: #FFFFFF;
color: #3A484B;
padding: 5px; 
border-left : 5px solid #000000;
font-size: 11px;
}

#nav {
position:absolute;
top:310px;
left:200px;
width:300px;
height:auto;
z-index:1;
font-size: 11px;
background-color:#FFFFFF;
}

#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: #000000;
   width: 50px;
   text-align: center;
   color: #FFFFFF;
   padding: 3px 0;
}
#navigation li a:hover {
   background: #FFFFFF;
   color: #000000;
}

h1 {font-style:bold;font-size:10px;color:#F2F1EF; padding:2px; z-index:2;background-color:#3A484B; border-bottom : 1px dotted #F2F1EF;
}