/* CSS Document */
<!--
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:1.5;
	color:#000000
}

.menu {
	font-size:13px;	
	}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a6d839;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #008000;
}


