/* CSS Document */

a:Link {
	color:#267700;
	text-decoration:none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
a:Visited {
	color:#267700;
	text-decoration:none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
a:Hover{
	color:#990033;
	text-decoration:none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

