a:link { 
 color: #000000;  
 font-weight: bold; 
 text-decoration: none; 
}

a:visited { 
 color: #000000;  
 font-weight: bold; 
 text-decoration: none; 
}

a:active { 
 color: #AD0000; 
 font-weight: bold; 
 text-decoration: none; 
}

a:hover { 
 color: #AD0000; 
 font-weight: bold; 
 text-decoration: underline; 
}

/*---  LEFT SIDE BAR ---*/
#menu {
 font: 11px/12px verdana,trebuchet,sans-serif;
 text-align: left;
 color: #003300;
}

/*---  CENTER ---*/
#center {
 font: 8px/9px verdana,trebuchet,sans-serif;
 text-align: left;
 color: #000000;
 font-weight: bold;
 border-left: 1px dotted #999;
 border-right: 1px dotted #999;
}


/*--- RIGHT COLUMN ---*/
#right {
 font: 8px/9px verdana,trebuchet,sans-serif;
 text-align: left;
 color: #000000;
 font-weight: bold;
}

H2 {
 font-family: georgia,trebuchet,sans-serif;
 font-size:   16px;
 color:       #000000;
 font-weight: bold;
}

H3 {
 font-family: georgia,trebuchet,sans-serif;
 font-size:   16px;
 color:       #000000;
 font-weight: bold;
}

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #000000;
 font-weight: bold;
}
H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #000000;
 font-weight: bold;
}


H6 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #000000;
 font-weight: normal;
}

















