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;
	}
   
h1 {
	color: yellow;
	text-align: center;
	}
	
h2 { 
    color: yellow;
    text-align: center;
	}
	
body {
   background-color: #000000;
   color: #ffffff;
   font-family: Georgia, "Times New Roman", Serif;
   min-height: 100%;
   text-align: center;
   }
   
table {
border: 2px solid white;
margin: 0 auto;
text-align: center;
width: 100%;
}

td {
border: 1px solid white;	
}
   
body#update {
   background-image: url("../img/backgrounds/darkwizard.png");
   }
   
body#wizard {
   background-image: url("../img/backgrounds/purplewizard.png");
   }

body#henchman {
   background-image: url("../img/backgrounds/tealwizard.png");
   }

table#nav
{
background-color: #98aec1;
width: 90%;
text-align: center;
}




	
