BODY {
	color: #00FF00;
	font-weight: normal;
	font-size: 9pt;
	line-height: 13pt;
	font-family: verdana,arial,helvetica;
	background-color: #000000;
}
P {
	color: #00FF00;
	font-weight: normal;
	font-size: 9pt;
	line-height: 13pt;
	font-family: verdana,arial,helvetica;
}
TR {
  color: white;
  font-weight: normal; 
  font-size: 9pt;
  line-height: 13pt; 
  font-family: arial,helvetica; 
}
H1 {
  color: red;
  font-weight: normal; 
  font-size: 34pt;
  line-height: 36pt; 
  font-family: times; 
}
H2 {
  color: red;
  font-weight: bold; 
  font-size: 14pt;
  line-height: 15pt; 
  font-family: arial; 
}

A  {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

A:hover  { 
  text-decoration : underline;
  color : Yellow;
}
