<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/henny-penny:n4:default.js" type="text/javascript"></script>

body,td,th {
	font-family: henny-penny;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #ffff00;
}
body {
	background-color: #ff1aff;
}
a:link {
	color: #ffff00;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #d43e8e;
}
a:active {
	color: #b300b3;
}

#pageheader {
	color:#990099
}

#pagecontent {
	color:#990099
}

#pagefooter {
	color:#990099
}