<STYLE>
BODY { 
  /*background : url("image1.jpg"); */
   color : Navy;
}
  
  a:link { 
     text-decoration:none; 
	 color: white; 
	 }
  a:visited { 
     text-decoration:none; 
	 color: white; 
	 }
  a:hover { 
      text-decoration:underline; 
	  color: white; }
  a:active { 
      text-decoration:none; 
	  color: white; 
	  }


HR {
  width : 75%;
  color : Silver;
}
.bold {
  font-weight : bold;
}
P.red {
  color : Maroon;
  text-align : center;
  font-family : Arial;
  font-size : x-large;
}
TABLE {
  padding : 0px;
  /*background-color : #B83A5A */
}
TD.top {
  text-align : center;
  font-weight : bold;
   white;
}
TD.bottom {
  text-align : center;
  font-weight : bold;
  background-color : white;
}
</STYLE>
