a:link {text-decoration: none; color: #CC3300}
/*a:visited {text-decoration: none; color: #CC3300}*/
a:hover {color: #CC3300; text-decoration: underline}
a:active {text-decoration: none; color: #CC3300}

a.event-link:link
	{
		color: #660000;
		text-decoration: none;
	}

a.event-link:visited
	{
		color: #660000;
		text-decoration: none;
	}

a.event-link:hover
	{
		color: #660000;
		text-decoration: underline;
	}

body
{
	background-color: #A7C788;
	margin: 0px;		
}

body td
{
		
	font-family: verdana;
	font-size: 12px;
	color: #262415;
	
}

.header1-text
{
	font-size: 22px;
	color: #1A1210; 
	
}

.header2-text
{
	font-size: 15px;
	color: #1A1210;
	font-weight: bold;
}

.highlight-text
{
	color: #FEFEFE;
}

.date-text
{

	color: #FFFDFD;
	font-size: 22px;
	padding-right:18px;

}

.event-title-text
{
	color: #660000;
	font-weight: bold;
	
}

.event-description
{
	color: 990000;
}

.NavBubble
{
	background-image:url('images/NavBubble.gif');
	background-repeat: no-repeat;
	width:140px;
	height:20px;
	color:#DDFCC0;
	text-align:center;
	padding-bottom:4px;
}
.NavBubble A 
{
	color:#DDFCC0;
	text-decoration:none;
}
.NavBubble A:visited 
{
	color:#DDFCC0;
	text-decoration:none;
}

.NavBubble A:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
