a:link {
	text-decoration:none;
	color:#000;
	background:transparent;
}
a:visited {
	text-decoration:none; 
	color:#000; 
	background:transparent;
}
a:hover {
	text-decoration:underline; 
	color:#ff9900; 
	background:#transparent;
}
a:focus {
	text-decoration:none; 
	color:#fff; 
	background:#transparent;
}
a:active {
	text-decoration:none; 
	color:#600; 
	background:transparent;
}
/*
A:hover {
color: #ff9900; text-decoration: underline;
}

A:link {
color: #000000; text-decoration: none;
}
A:visited {
color: #000000; text-decoration: none;
}
*/
/* NAVIGATION MENU */
#navigation {
 color: black;
 background: #d4d4d4;
 left: 1px;
 position: absolute;
 top: 125px;
 width: 110px;
}
#navigation ul {
 color: black;
 margin: 0 0 1em 0;
 padding: 0;
 list-style: none;
}
#navigation ul a {
 color: black;
 border-bottom: Solid 1px #d4d4d4;
 border-right: Solid 1px #d4d4d4;
 display: compact;
 background: #d4d4d4;
 padding: 0 0.5em;
 margin: 0em 1px .5em;
 text-decoration: none;
}
#navigation a:visited {
 color: black;
}
#navigation a:hover {
 color: black;
 background: #e2e2e2;
 border-bottom: Solid 1px #A1A1A9;
 border-right: Solid 1px #A1A1A9;
}
.golf {
 background: #ffffff url(images/events/golf_a.jpg) repeat-x;
}
.bbq {
 background: #ffffff url(images/events/bbq.jpg) repeat-x;
}
.cruise {
 background: #ffffff url(images/events/cruise.jpg) repeat-x;
}
.fishing {
 background: #ffffff url(images/events/fishing.jpg) repeat-x;
}
.hypertext {
 color: black;
 font-family: Verdana, Arial;
 font-size: .75em
}
.footer {
 font-family: verdana,arial;
 font-size: .65em;
}
.bloodtext {
 color: #990000;
 font-family: Verdana, Arial;
 font-size: 1em;
}
.buttontext {
 color: black;
 font-family: Verdana, Arial;
 font-size: 0.75em;
}
.formfields {
 background: #ffff99;
 color: black;
 font-family: Verdana, Arial;
 font-size: 0.75em;
}
.textbold_white{
 color: #ffffff;
 font-family: verdana,arial;
 font-size: 1em;
 font-weight: bold;
}
.hrdot {
color: #46613D;
background-color: #000000;
border: 1px dotted #000000;
border-style: none none dotted; }
}