	body { background-color : #000000; color : #ffffff; }

h1 { color : #EE9900; background-color: #000000; font: normal normal 24pt Arial-Black, Sans-Serif; text-align: center; text-decoration: none; }
h2 { color : #EE9900; background-color: #000000; font: normal normal normal 20pt Tahoma, "Sans-Serif"; text-align: center; text-decoration: none; }

h3 { color : #EE9900; background-color: #000000; font: normal normal bold 16pt Tahoma, "Sans-Serif"; text-align: left; text-decoration: none; }
h4 { color : #FFFFFF; background-color: #000000; font: normal normal bold 12pt Tahoma, "Sans-Serif"; text-align: left; text-decoration: none; }
h5 { color : #EE9900; background-color: #000000; font: normal normal normal 12pt Tahoma, "Sans-Serif"; text-align: center; text-decoration: none; }
h6 { color : Green; background-color: #000000; font: normal normal bold 36pt Tahoma ,"Sans-Serif"; text-align: center; text-decoration: none; }

/*This changes list color to white, but if list items are linked, the color is overridden by
pseudoclasses*/
ul { color : #ffffff; background-color: #000000; }
li { color : #ffffff; background-color: #000000; }

/*This wraps the text around the image on the Home page.*/
img.floatRight { float: right; margin: 4px; } 

/*This is the vertical red bar to the right of the menu.*/
.redbar { position: relative; top: 80px; left: 27%; }

.projector { position: absolute; top: 0px; left: 1%; z-index: 1; }

.banner { position: absolute; top: 125px; left: 1em; width: 25%; line-height: 150%; font: normal normal normal 1em Tahoma Arial, Sans-Serif; }

.content { position: absolute; top: 100px; left: 30%; margin: 0em 0em 0em 0em; padding: 1em 1em 1em 1em; font: normal normal bold 12pt Tahoma; width: 60%; z-index: 1; }

.speedometer { position: absolute; top: 7em; left: 30%; text-align: center; z-index: 2; }



a:link 		{ text-decoration: none; color: #EE9900; background-color: #000000; }
a:visited 	{ text-decoration: none; color: #EE9900; background-color: #000000; }
a:active	{ text-decoration: none; color: #EE9900; background-color: #000000; }
a:hover 	{ color: #FFFF00; background-color: #FF0000; }
