BODY { 
  font-family:arial,helvetica;
  font-size:10pt; 
  background: silver; 
  color: black;
  }

A:link {
  border-style: none;
  border-color:white black black white;
  border-width: 0px;  
  font-style: normal;
  font-family: "arial", "helvetica";
  color: red; 
  text-decoration: none;
  }

A:visited { 
  border-style: none;
  border-color:white black black white;
  border-width: 0px;
  font-style: normal;
  font-family: "arial", "helvetica";
  color: yellow; 
  text-decoration: none;
  }

A:active {
  border-style: none;
  border-color:white black black white;
  border-width: 0px; 
  font-style: normal;
  font-family: "arial", "helvetica";
  color: red;
  text-decoration: none;
  }


.style8 {font-size: 8pt }
.style10 { font-size: 10pt; }
.style12 { font-size: 12pt; }
.style14 { font-size: 14pt; }
.style18 { font-size: 18pt; }
.style20 { font-size: 20pt; }
.style24 { font-size: 24pt; }
.style26 { font-size: 24pt; }	
.style28 { font-size: 28pt; }
.redfont { font-size:10pt;
           color: red;
           font-weight: bold;
          }		 	

.link {
  border-style: solid;
  border-color:white black black white;
  border-width: 1px
  }


