<style type="text/css">
	body{
		margin: 0px;
		padding: 10px;
		text-align: left;
	}
	div.title{
		width:750px;
		float: left;
	}
	div.title h1{
		margin: 0px;
		font-size: 200%;
		font-family: "Impact",Century,serif;
		border-top: solid 3px orange;
		border-bottom: solid 3px orange;
		color: black;
		text-align: left;
	}
	div.main{
		padding: 0.5em;
		background-color: ;
	}
	div.main h2{
		font-family: Verdana,Arial,sans-serif;
		margin: 0px;
		border-bottom: solid 3px #0099ff;
	}
	h2:first-letter {
		fontsize: 200%;
		padding: 0.5em;
		color: white;
		background-color: #00cccc;
		float: left;
	}	
	div.main p{
		line-height: 1.4;
	}
	div.footer{
		clear: both;
		background-color: #0099ff;
		color: white;
		padding: 3px;
	}
	div.footer p.returnlink{
		text-align: center;
		margin: 0px 0px 0.5em 0px;
	}
	div.footer p.returnlink a{
		color: white;
	}
	div.footer p.copyright{
		margin: 0px;
		font-size: 80%;
		font-family: Verdana,Arial,sans-serif;
		text-align: right;
	}
</style>