/* Global Styles */

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF0000;
}

body {
	margin:0px;
	background-color: #000000;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	}
		
/* Class Styles */
	
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif
	}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	}
