
/* Define the main style characteristics */
html, body {
	background-color: #FFF;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	style: bold;
}

#header {
	background-color:#CEB36D;
	text-align: center;
}

#main {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

#footer {
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
}

/* These are the link characteristics */
a:link {color:#0760FF; text-decoration:underline;} /* The Colour of New links */
a:active {color:#0760FF; text-decoration:underline;} /* The colour of Active Links */
a:visited {color:#0760FF; text-decoration:underline;}	/* The colour of Visited Links */
a:hover {color:#000099; text-decoration:underline;}	/* The colour of Visited Links */