
<STYLE TYPE="text/css">A:link {
  		  color: blue;
  text-decoration: underline;
}

   
A:visited {
  		  color: blue;
  	text-decoration: underline;
}

   
A:active {
  	text-decoration: none;
}

   
A:hover {
  	color: red;
  text-decoration: underline;
  font-weight: bold;
}

			
A.chan {
  		  color: red;
  		  text-decoration: underline;
}

			
A.chan:active {
  		  color: #003366;
}

			
A.chan:visited {
  		  color: red;
}

			
A.chan:hover {
  		  color: #FF3300;
}

			
A.chan:visited:hover {
  		  color: #FF3300;
}

			
A.topbar {
  		  color: white;
  text-decoration: underline;
}

			
A.topbar:active {
  		  color: #003366;
}

			
A.topbar:visited {
  		  color: white;
  text-decoration: underline;
}

			
A.topbar:hover {
  		  color: #FF3300;
}

			
A.topbar:visited:hover {
  		  color: #FF3300;
}

P {
  font-size: 10pt;
}

BODY {
  margin-top: 0pt;
  margin-left: 0pt;
  font-family: Verdana;
}

H1 {
  font-size: 18pt;
  font-weight: bold;
}
