body {
	colour: #000;
	background: #fff;
	margin: 25px 75px;
	padding: 0;
	}
	
img	{
	border: 0;
	}	
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #996633;
	background: transparent;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #996633;
	background: transparent;
	}
	
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #996633;
	background: transparent;
	}
	
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #996633;
	background: transparent;
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
html h1 {
	text-align: left;
	font-size: 1.5em;
	font-weight:normal;
	color: #CC9966;
	}
	
html h2 {
	font-size: 1.1em;
	font-weight:normal;
	color: #CC9966;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
	
html p {
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
html ul, li {
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1;
	margin-top: 0;
	}
