
body {
   background-color: #000000;
   background-image: none;
   color: #ffffff;
   font-family: Georgia, "Times New Roman", Serif;
   min-height: 100%;
   text-align: center;
   }
   
a:link {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #3399ff;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
	color: #00ff00;
	text-decoration: underline;
	font-weight: bold;
	}
	
h2 {
color: yellow;
font-family: Helvetica, "Arial Black", sans-serif;
font-size: 150%;
}

.warning
{
	color: red;
}