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

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
}

a:link {
	color:#006633;
	text-decoration: none;
}
a:visited {
	color:#006633;
	text-decoration: none;
}
a:hover {
	color: #636;
	text-decoration: underline;
}
a:active {
	color:#636;
	text-decoration: underline;
}

li {
	padding-bottom:10px;
}