BODY { 
 margin-left: 0; 
 margin-right: 0; 
 margin-top: 0; 
 background: #000000; 
 font-family: arial, helv; 
 font-size: 12px;
 color: #000000; 
 }

.topmenu { 
 font-weight: bold; 
 font-family: arial, helv; 
 font-size: 12px; 
 color: #000000; 
 background: #999999; 
 text-decoration: none;
}

.topmenu:hover { 
 text-decoration: underline; 
}

.menutitle { 
 font-weight: bold; 
 font-family: arial, helv; 
 font-size: 14px; 
 color: #ffffcc; 
}

.menuitem { 
 font-family: arial, helv; 
 font-size: 11px; 
 color: #ffffcc; 
 margin-left: 5; 
 text-decoration: none; 
}

.menuitem:hover { 
 text-decoration: underline; 
 color: #ffffff; 
}

.pagetitle { 
 font-weight: bold; 
 font-family: arial, helv; 
 font-size: 36px; 
 color: #000066;
 margin-left: 5;
 margin-top: 5; 
}

.item {
 font-weight: bold;
 font-family: arial, helv;
 font-size: 14px;
 color: #000066;
 text-decoration: none;
}

.item:hover {
 text-decoration: underline;
}

.description {
 font-size: 12px;
 margin-left: 5;
}
