td, .h1, .h2, .h3, a {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, Verdana, Geneva, sans-serif;
}
body {
background-color: #000000;
margin-top: 50px;
}

td {
	font-size:11px;
	font-style: normal;
  	font-weight: normal;
  	line-height: 0.9;
	color: #FFFFFF;
}
.h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #FFFFFF;
 }

 .h2 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
 }
 .h3 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  padding-left: 6px;
  padding-right: 6px;
 }
a {
	color: #FFC;
	font-size: 12px;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	background-color: #000000;
	color: #FF0;
}
