

body {

background-color: #500000;
color: #000000;

}

h1 {

font-family: Georgia;

font-size: 22px;

font-weight: bold;

color: #000000;

margin-top: 0px;

margin-bottom: 0px;

}

h2 {

font-family: Georgia;

font-size: 18px;

font-weight: bold;

color: #000000;

margin-top: 0px;

margin-bottom: 5px;

}

 
a:link { 
	color: #bb0000;
	}
a:visited { 
	color: #660000;
	}
a:hover { 
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #ee0000;
	}

