 
A:HOVER{
  
  text-decoration : none;
  background-color : lime;
}
A{
  text-decoration : none;
}
A:ACTIVE{
  
  color : red;
}
BODY{
  color : black;
text-align : center;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
H2{
  color : #009900;
text-align : center;
}
.reft_cell{

background-color : #aaffbb;
vertical-align : top;
}
.top2_cell{
background-color : #aaffbb;
text-align : center;
}
.subheading_cell{
background-color : #ccddff;
text-align : center;
}

