 
A{
  color : navy;
  
}
A:LINK{
  color : navy;
  
}
A:VISITED{
  color : red;
  
}
A:HOVER{
  color : maroon;
  
  background-color : #ff8000;
}
BODY{
  
  

  background-color : white;
}
P{
  font-weight : 900;
  
  color : black;
  text-align : center;
}
.Class1{
  font-size : small;
  
  text-decoration : underline;
  font-weight : bold;
}
.Class2{
  font-size : x-small;
  font-weight : bold;
  text-decoration : underline;
}
.Class3{
  font-weight : bold;
}
TD{
  font-weight : bold;
}
.Class4td{
  font-size : x-small;
  color : white;
}
.Class7td{
  color : navy;
  font-size : xx-small;
}
HR{
  color : red;
}
