
A:link {
  color: blue;
}

A:visited {
  color: blue;
}

A:active {
  color: blue;
}

a { 
	color:#000000; 
	text-decoration: none; 
}

a:hover { 
	color:#000000; 
	text-decoration: underline; 
}

p, ol, div, td, th, address, blockquote, nobr, i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: black;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: red;
  border-top: 0px dotted;
}

li {
  line-height: 140%;
}

