@charset "utf-8";
/* CSS Document*/


a {text-decoration: none; color:blue;}
a:visited { text-decoration: none; color:blue;  }
a:hover { text-decoration: none; color:blue;  font-weight: bold;}
a:focus { text-decoration: none; color:blue; }
a:active { text-decoration: none; color:blue font-weight: bold;}



h2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 32px;
	font-weight: normal;
	color: #6D8824;
	margin-bottom: 5px;
}




