a:link {color: #0000FF}
a:visited {color: #0000FF}
a:hover {color: #ff0000}
a:active {color: #0000FF}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff
	font-size: 12px;
	color: #666666;
	margin: 0px;

h1 {
font-weight: 700;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-size: 18px;
text-decoration: none;
}

h2 {
font-weight: 700;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-size: 18px;
color: <? echo $h2Color; ?>;
text-decoration: none;
} 

h3 {
font-weight: 700;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-size: 12px;
color: <? echo $h3Color; ?>;
text-decoration: none;
} 