@charset "UTF-8";
/* CSS Document */

body {	background-color:#0b0f11;
		color:#fff;
}

#wrapper {width: 800px;
			text-align: center;
}

#banner {	font:"Arial Black", Gadget, sans-serif;
			font-weight:bold;
			font-size: 1.5em;
			background-color: #FFF;
			color: #FFF;
			width: 100%;
			height: 5px
}


#header {
			text-align: center;
			font-size: 9em;
			font-family: "Courier New", Courier, monospace;
}

#body { 
		font-size: 1em;
		text-align: center;
		font-family: "Courier New", Courier, monospace;
		widith: 100%;
}

.gray {color: #242729;
}

#footer { 	text-align: center;
			font-family:"Courier New", Courier, monospace;
			font-size: .8em;
		
}
		
a {		color: #D96226;
		text-decoration:none;
		font-size: 1em;
}

A:hover { 
 	color:#06F;
 	text-decoration: none;
	font-size: 1.2em;
} 

A:active {
	color:#D96226;
 	background-color:#FFFFFF; 
 	text-decoration: none; 

}

A:visited {
	color: #5F7E9B;
	font-weight: bold;
	}