@charset "UTF-8";
body {
	background-color: #CCCCCC;
}
body {
	margin: 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #47751C;
}
p {
	width: 650px;
	padding-left: 50px;
}
a {
	text-decoration: none;
	color:#006600;
}
a:visited {
	text-decoration: none;
	color:#006600;
}
a:hover {
	text-decoration: underline;
	color:#006600;
}
a:visited:hover {
	text-decoration: underline;
	color:#006600;
}
