@charset "UTF-8";
a {
	color: #000000;
}
td.test:hover {
	background-color: #990000;
}
.menuHeads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.menuHeads:hover {
	color: #ffffff;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	letter-spacing: .1em;
}
.storyHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
}
.sidebarHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.sidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}
