@charset "UTF-8";
p {
	font-size: 12px;
	color: #666666;
}
h1 {
	font-size: 18px;
	color: #669933;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: underline;
}
body {
	margin-left: 30px;
	margin-top: 20px;
}

