<style type="css/text">
body
{
	margin:0px;
}

h1
{
	font-size:17pt;
	font-family: verdana;
	color: <%= H1 %>;
}

h2
{
	font-family: verdana;
	color: <%= H2 %>;
}

li
{
	font-family: verdana;
	color: #FC6;
	font-size:12pt;
	font-weight:bold;
}

p
{
	font-family: verdana;
	color: #FC6;
	font-size:13pt;
	font-weight:bold;
}

.bottomPane
{
	border-top: #ccc thick solid;
	background-color: #08426B;
}

.backNext
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 10pt;
	color: #08426B;
}
</style>