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

#content {
position:absolute;
top:310px;
left:257px;
width:427px;
height:auto;
z-index:1;
padding:5px;
background-color:#FFFFFF;
}

h1 {
	font-weight: bold;
text-transform: lowercase;font-size:14px;color:#000000; padding:2px; z-index:2;background-color:#FFFFFF; border-bottom : 1px solid #000000;
}

blockquote {
font-family: Arial, Tahoma, Helvetica, sans-serif;
margin: 10px; 
background-color: #FFFFFF;
color: #000000;
padding: 5px; 
}

#nav {
position:absolute;
top:320px;
left:160px;
width:90px;
height:auto;
font-size:14px;
z-index:1;
padding:5px;
background-color:#FFFFFF;
text-align: left
font-family: Arial, Tahoma, Helvetica, sans-serif;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
}
#navigation a {
   background: #FFFFFF;
   color: #000000;
   display: block;
   width: 70px;
     }

#navigation a:hover {
   background: #FFFFFF;
   color: #000000;
   text-decoration: none;
border-left : 5px solid #000000;
   }