a:link {color:#000066; text-decoration:underline;}		/* The Colour of New links */
a:active {color:red; text-decoration:underline;}		/* The colour of Active Links */
a:visited {color:#000066; text-decoration:underline;}	/* The colour of Visited Links */

/* This is used for the Main Menu */
h1 {	
	color: #000066;
	font: 12pt verdana;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: bottom;
	}

/* This is Main Paragraph text */
body,p {	
	color: #000;
	font: 10pt verdana;
	vertical-align: top;
	}

