@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	text-transform: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #666666;
}
hr {
	color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	line-height: 3px;
}
a {
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #006699;
}

