body { background-color: #D7CFFF; 
       font-family: Arial, Trebuchet, 'Trebuchet MS';
       font-size: medium;
       font-weight: normal; 
       color: #000000; }

.hidden { color: #D7CFFF; }
a.hidden { color: #D7CFFF; } 
a.hidden:hover { color: #D7CFFF; text-decoration: none; } 

a { color: #940000; 
    text-decoration: none; 
    font-weight: bold; }

a:hover { color: #FF0303; text-decoration: underline; }

a:active { color: #FF0303; }

a.thin { font-weight: normal; }

.highlight { color: blue; 
             font-weight: bold; }

.medtext { font-size: 80%; }

.smalltext { font-size: 60%; }

.heading { font-size: 150%; 
           font-weight: bold; }

.bold { font-weight: bold; }

.odd { background-color: #CCCCCC; }

.even { background-color: #999999; }

