a:link {color:#008200; text-decoration:underline;}		/* The Colour of New links */
a:active {color:red; text-decoration:underline;}		/* The colour of Active Links */
a:visited {color:#008200; text-decoration:underline;}	/* The colour of Visited Links */

html, body {
	background-color: #FFF;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
}

/* This is used for the Main Menu */
h1 {	
	color: #008200;
	font: 10pt verdana;
	text-align: center;
	vertical-align: bottom;
	}

/* This is Main Paragraph text */
p {	
	color: #000000;
	font: 10pt verdana;
	vertical-align: top;
	}

#footer {
	border-top: 3px dotted #999;
	border-bottom: 3px dotted #999;
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}
