a:link {
	color: #09F;
	text-decoration: none;
	}
a:visited { 
	color: #09F;
	text-decoration: none; 
	}
a:hover {
	color: #0C0;
	text-decoration: overline;
	}
a:active { 
	color: #09F;
	text-decoration: none; 
	}
body {
	background-color:#06C;
	}
.footer {
	font-size: x-small;
	font-style: italic;
	color: #09F;
	}
.footersmall {
	font-size: small;
	font-style: italic;
	color: #06F;
	font-weight: bold;
	}
ol {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
	font-size: large;
	}
li	{
	color: #06F;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	}
.boldred	{
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	}