p {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}

#floatRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}
#floatLeft {
	float: left;
	padding-right: 10px;
}



A.menulink {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #00FF00;
	BORDER: none;
	border: solid 1px #000000;
	font-weight: bold;
	background-color: #000000;
}

A.menulink:hover {
border: 1px solid #000000;
background-color:#333333;
}


a:link {
	color: #00FFFF;
}
a:visited {
	color: #66CCFF;
}
a:hover {
	color: #00FF33;
}
