@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC9900;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #CC9900;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #F60;
	text-decoration: underline;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #666;
	text-decoration: none;
}

link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #333333;
	text-decoration:none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #C60;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C60;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
}
blockquote {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 25px;
}
