<style type="text/css">

/* Hyperlink colours will be set to default - unvisited link will be blue and visited link will be purple*/
/*body {background-color:#FFCC99; font-family: "Verdana";}*/
h1 {font-family: Verdana; color: black; font weight: bolder; text-align: left;}
h2 {font-family: Verdana; color: black; font weight: bolder; text-align: left;}
h3 {font-family: Verdana; color: black; font weight: bolder; text-align: left;}
h4 {font-family: Verdana; color: black; font weight: bolder; text-align: left;}
dt {font-family: Verdana; color:#FF0000; font weight: bolder; text-align: left;}
p {font-family: Verdana; color: #000000; font-size:8pt;}
a:link {font-family: "Verdana"; color: #0033FF;}
a:visited {font-family: "Verdana"; color: #0033FF}
a:hover {font-family: "Verdana"; color: #0099CC}
a:active {font-family: "Verdana"; color: #0033CC}

body {
	margin:50px 0px; padding:0px;
	text-align:center;
 	font-family: Verdana;
 	font-size: 10px

	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}
	
</style>
