body {
   font-family: Tahoma;
   color: #770000;
}

p {
   color: #770000;
   font-family: "Tahoma";
   font-size: 10pt;
}
 a:link{
   color: Black;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
   font-weight: bold;
}
 a:visited{
   color: Black;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
   font-weight: bold;
}
 a:active{
   color: Black;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
   font-weight: bold;
}
 a:hover{
   color: #8B0000;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
   font-weight: bold;
}
#nav a:link{
   background-color: ;
   color: White;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
   font-weight: bold;
}
#nav a:visited {
   background-color: ;
   color: White;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
}

#nav a:aktive{
   background-color: ;
   color: White;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
}

#nav a:hover {
background-color:#FAF2CE;
color:#000000;
text-decoration:none;font-family:Tahoma, sans-serif; 
border-bottom:solid 1px #000000;
}
BODY
{
   scrollbar-face-color: #cecece;
   scrollbar-arrow-Color: #9E0000;
   scrollbar-track-Color: #FAF2CE;
   scrollbar-shadow-Color: #D5A269;
   scrollbar-highlight-Color: #FAF2CE;
   scrollbar-3dlight-color: #D5A269;
   scrollbar-darkshadow-Color: #C2BBA6;
}