body {
	margin : 0px;
	padding : 0px;
	color: #000000;
	background-color : #99ff66;
}

#hfLinks a, #hfLinks a:link, #hfLinks a:visited, #hfLinks a:active, #hfLinks a:hover {
	color:  55A;
	font-family:  sans-serif;
	font-weight:  bold;
	font-size: 16px;
}

#hfTable a, #hfTable a:link, #hfTable a:visited, #hfTable a:active, #hfTable a:hover {
	color:  #55A;
	font-family:  sans-serif;
	font-weight:  bold;
	font-size: 16px;
}

#memberMenu a, #memberMenu a:link, #memberMenu a:visited, #memberMenu a:active {
	color:#FF5;
	padding: 0px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 200%;
	}

#memberMenu a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #555;
	}
	
#navButton {
 width: 67px;
 height: 40px;
 color: #FFFFFF;
 background-color: #000000;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border: 5px solid #009900;
 padding: 5px;
}

#navButton:hover {opacity: 0.6; }
 A:link {color: green; text-decoration:none}
 A:visited {color: blue; text-decoration:none}
 A:hover {text-decoration:underline; opacity: 0.6; }

