/* CSS Document */
body {
	background-color: #330000;
	margin: 0px 0px 0px 0px;
	color: #555;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover, a:active {
	color: #630c25;
	text-decoration: underline;
	font-weight: bold;
}
