<!--
/* Kiwanis Club Style Page */

body
{
	font-family: Tahoma
}

a:link
{
	color: #E1E1E1; 
	text-decoration: none
}

a:visited 
{
	color: #E1E1E1; 
	text-decoration: none
}

.menu a       
{
    display: block;
    width: 128px; 
/*	height: 18px; */
	border: 1px solid #FFFFFF; 
	background-color: #6A82A4;
	color: #E1E1E1; 
	font-size: 12px; 
	font-weight: bold; 
	padding-top: 1px; padding-left: 0px; padding-right: 0px; padding-bottom: 1px;
	position: relative
}

.menu a:hover   
{
	color: #FFFFFF;
	background-color: #000000;	
	font-weight: bold	
}

-->