@charset "UTF-8";
h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
	color: #99999;
}
h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: .90em;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-size: .90em;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
	font-size: .90em;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	font-size: .90em;
}
.text {
	font-size: .90em;
}
.footer {
	font-size: .75em;
}

