<style type="text/css">
	/* This style part determines the colors of the page. Two colors are used right now.
	To change the colors replace the next values in the part between "style" and "/style" with your colors.
	for the green color replace every instance of #CEE1DC
	for the dark blue colour replace every instance of #003366.
	*/
	body {
		background-color: #CDDEC9;
	}
	ul, ol, li, blockquote, p, .menuheader, h1 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #003366;
	}
	h1 {
		font-size: 24px;
		color: #003366;
	}
	.outerborder {
		border: 2px solid #003300;
		width: 200px;
	}
	.menuheader {
		background-color: #006666;
		color: #E1F0A8;
		font-weight: bold;
		text-align: left;
		margin-left: 1px;
		margin-top: 1px;
		margin-right: 1px;
		padding-left: 5px;
		padding-top: 2px;
		padding-bottom: 3px;
	}
	.menutext {
		text-align: left;
		padding-left: 5px;
	}
	h3 {
		font-family: verdana, arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #003366;
	}
	.postinfo {
		font-style: italic;
		font-weight: bold;
	}
	.contentcell {
		width: 400px;
		background-color : White;
		color : #003333;
		padding-left: 2px;

	}
	a:link {
		color: #009999;
	}
	a:visited {
		color: #336699;
	}
	a:active{
		color: yellow;
		background-color : white;
	}
	a:hover {
		color: red;
		background-color : yellow;
	}
	.hilite {
	background : #99FFCC;
	color : Black;
}

</style>