body {
	background-color: #990000;
	color:white;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	background-attachment : fixed;
	
}

h1, h2 {
	color:white;
}
td, h3, h4 {
	color:white;
}

a:link { color:white; text-decoration : none; }
a:visited { color:white; text-decoration : none; }
a:active { color:white; text-decoration : none; }
a:hover { color:yellow; text-decoration : none; }



