body {
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: White;
   background-color: Black;
}

td {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: White;
}

td.listHeader {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: White;
  text-align: Center;
}

td.formHeader {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: White;
  text-align: Left;
  background-color: #660000;
}

td.Header {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: Silver;
  text-align: Center;
}

A:link {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
	text-decoration: none;
	color: Silver;
}

A:active {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
	text-decoration: none;
	color: Silver;
}

A:visited {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
	text-decoration: none;
	color: Silver;
}

A:hover {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
	text-decoration: underline;
	color: Red;
}

<!-- Begin Header Navigation Bar
A.header:link {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
	text-decoration: none;
	color: Silver;
}

A.header:active {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
	text-decoration: none;
	color: Silver;
}

A.header:visited {
	font-family: verdana,arial,helvetica,sans-serif; 
    font-size: 10px;
	text-decoration: none;
	color: Silver;
}

A.header:hover {
	font-family: verdana,arial,helvetica,sans-serif; 
    font-size: 10px;
	text-decoration: underline;
	color: #cc0000;
}
<!-- End Header Navigation Bar

p {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

h2 {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
	color: Black;
}

h3 {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
	color: Black;
}

h4 {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: Black;
}

.footerText {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: Black;
}

ul {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 11px;
	list-style: circle outside;
	color: #000000;
}

ul li {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 11px;
	color: #000000;
}

ul ul { 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 11px;
	color: #000000;
	list-style: square outside
}

