/* CSS Document */

body {
	margin: -5px;
	background-color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-color: #330000;
	}
	
h1 {
	color: #330000;
	}	
	
h3 {
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

a:link {
	color: #330033;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #660000;
	text-decoration: none;
	}		
ul li {
	padding-bottom: 10px;
	list-style-type: square;
	}	