 

A{
  text-decoration : none;
}
A:HOVER{
  color : maroon;
  
  text-decoration : underline;
  
}
.Class1{
  font-size : 10pt;
  
  font-weight : bold;
}
.Class2{
  font-size : 14px;
  font-weight : bold;
}
.Class3{
  font-size : 12px;
  font-weight : normal;
  
}
.Class4{
  font-size : 12px;
  font-weight : normal;
  color : #400000;
}
.Class5{
  font-size : 12px;
  font-weight : normal;
  color : #804040;
}
.Class6{
  font-size : 10pt;
  color : #404040;
  text-decoration : underline;
}
.Class7{
  font-size : 11pt;
  font-weight : bold;
}
