/* ** styles for the events and news page ** */

@import url("../resource/woodstyles.css");

/* remember there are other sytle sheets in the resource folder */

#nav {
	font-size:11px
	}

a {
	font-size: 11px;
	color: #006600;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
body {
	margin-top: 0px;
}
.style2 {
	font-size: 10px;
	color: #006600;
}
.style4 {
	font-size: 10px;
	color: #FF00FF;
}
.style8 {font-size: 10px}
