BODY 
A:link { color: #c00000; text-decoration: none }  
A:active { color: #c00000; text-decoration: none }
A:visited { color: #c00000; text-decoration: none }
A:hover { color: #FFFFF; text-decoration: underline }


.main_heading {
 font-family: Trebuchet MS;
 font-size: 20px;
 color: #3E11BD;
 font-weight: bold;
 }
  
.sub_heading {
 font-family: Trebuchet MS;
 font-size: 16px;
 color: #3E11BD;
 font-weight: bold;
 }  
  
.normaltext {
 font-family: Trebuchet MS;
 font-size: 14px;
 color: #0000ff;
 }  
.normaltext_red {
 font-family: Trebuchet MS;
 font-size: 14px;
 color: #ff0000;
 }  

.boldtext {
 font-family: Trebuchet MS;
 font-size: 14px;
 color: #0000ff;
 font-weight: bold;
 }  

.smalltext {
 font-family: Trebuchet MS;
 font-size: 11px;
 color: #0000ff;
 }  

.smallboldtext {
 font-family: Trebuchet MS;
 font-size: 11px;
 color: #0000ff;
 font-weight: bold;
 }  

.menu_button_on {
 font-family: Arial;
 font-size: 12px;
 color: #ffff00;
  background-color: #b90757;
 }
  
.menu_button_off {
 font-family: Arial;
 font-size: 12px;
 color: #c00000;
  background-color: #2bdbdd;
 }

