@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #000000;
	font-size: 24px;
	font-variant: lighter;
	letter-spacing: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
	text-align: center;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	border-bottom: 1px dashed #cccccc;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #000000;
	border-bottom: 1px dashed #000000;
	text-decoration: none;
}
