h1 {
  font-family: Verdana;
	color: #FF9900;
	font-size: 14px;
	
}

h2 {
  font-family: Verdana;
	font-size: 20px;
	color: #FF0000;
}

h3 {
  font-family: Verdana;
	font-size: 11px;
	color: #FF9900;
}

td {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 5px;
	color: #000066;
	padding-bottom: 0px;
}

strong {
	color: #000066;
}
body {
	margin: 0px;
}

a, a:hover, a:active {
	color: #0066FF;
    text-decoration: none;
	}

