@charset "UTF-8";
/* CSS Document */

@CHARSET "UTF-8";


body {
	font-family: Georgia, Times, serif;
	font-size: 95%;
	line-height: 140%;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
}

h1,h2 {
	font-family: Trebuchet MS, sans-serif;
}

a:link,a:visited {
	color:  #324b00;
}

a:hover {
	color: black;
	text-decoration: underline;
}

