
body{
		background-color:#003300;
		color:#FFFFFF;
		font:"Times New Roman", Times, serif;
}

h1{
		color:#FFFFFF;
		text-align:center;
		font-size:32px;
		text-decoration:none;
}

a:link {
		color: #FFFFFF;
		text-decoration: underline;
}

a:visited {
  		color: #FFFFFF;
		text-decoration: underline;
}

a:hover {
		color: #0033FF;
		text-decoration: none;
}

a:active {
		color: #FF0000;
		text-decoration:none;
}


