/* CSS Document */


body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffcccc;
	line-height: 18px;
}

body {
	background-color: #000000;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffcc99;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffcccc;
}
a:hover {
	text-decoration: underline;
	color: #cc3333;
}
a:active {
	text-decoration: none;
	color: #cc3333;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #907870;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffcccc;
	background-color: #996666;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	color: #6699cc;
}