
a:link {
  color: red;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: underline;
}

		
a:visited {
  color: red;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: underline;
} 

a:hover {
  color: silver;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-decoration: underline;
} 

a:active {
  color: silver;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: underline;
} 

b {
  font-weight: bold;
  		font-family: Verdana, sans-serif;
} 

p {
  color: #C0C0C0;
  font-family: Verdana;
  font-size: 12px;
  line-height: 15px;
} 

strong {
  		font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
} 

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

ul {
  		font-family: Verdana, sans-serif;
  font-size: 12px;
} 

H1 {
  font-size: 18px;
  		font-family: "Times New Roman";
  color: red;
  margin-bottom: 3pt;
} 

H2 {
  font-family: Verdana;
  		font-size: 13px;
  color: #000080;
  font-weight: bold;
  margin-bottom: 3px;
} 

H3 {
  font-family: Verdana, sans-serif;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
} 

H4 {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  color: red;
  font-style: normal;
} 

H5 {
  		font-size: 10px;
  font-family: Verdana, sans-serif;
  color: #FFE8B7;
}

TD {
  color: #C0C0C0;
  font-family: Verdana;
  font-size: 12px;
  line-height: 15px;
}
