body         
{ 
margin: 0;
background-image: url('../images/bg-navi.gif'); 
background-repeat: repeat-y;
background-color: #808080;
font-size: 13px;

font-family: Arial;

/* font-family: Georgia, Arial, Verdana; */

color: #ccffff
}

h2 
{           
font-size: 13pt;
background-color: #808080;
margin-bottom: 3px;
color: #ffff00
}

/* Navigation */
.navi
{
margin: 30px 5px 0 35px
}
a:link, a:active, a:visited
{  
background-image: url('../images/quad.gif'); 
background-repeat: no-repeat;
display: block;
line-height: 26px;
padding: 0 0 0 25px;
width: 100%;
color: #ffff00;
text-decoration: none       
}
a:hover
{  
background-image: url('../images/quad-hover.gif'); 
background-repeat: no-repeat;
text-decoration: none;
color: #ff0000
}