@charset "UTF-8";
.quote {
	font-family: Herculanum;
	font-size: 18px;
	font-style: oblique;
	font-weight: 800;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #99FFFF;
	line-height: normal;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
}
a:visited {
	color: #FF66FF;
	text-decoration: none;
}
a:hover {
	color: #00FFCC;
}
