
#header  {
	clear: top;
	clear: left;
	float: left;
	background-color: #000000;
    text-align: auto;
	font-family: papyrus;
    width: 100%;
	border: medium solid #000000;
	margin-left: auto;
	margin-right: auto;
	height: 10em;
	z-index: 1;
}

#headertext {
text-align: center;
padding-left: 10em;
color: #FFFFFF;
}
#header p {
font-family: serif;
}
h1 {
    font-size: xx-large;
	font-family: papyrus;
    color: #FFFFFF;
	
}


#header img {
height: 10em;
float: left;
}

body {
    background: #000000;
}

#menu ul {
margin-left: -2.4em;
list-style-type: none;
  }
#menu a {
font-family: papyrus;
font-size: large;
list-style-type: none;
border: 1px black solid;
background-color: #cccccc;
text-align: center;
display: block;
text-decoration: none;
color: #000000;
}
#menu ul li{
list-style-type: none;
position: relative;
text-align: center;
z-index: 1;
}
#menu ul li ul{
display: none;
z-index: 3;
}

#menu li:hover > ul
{display: block;
}
#menu ul li ul:hover{
display: block;
z-index: 5;
}
#menu ul li ul{
margin-left: 2em;
}
#menu a:hover {
background-color: white;
display: block;
}

#menu{
background-color: #000000;
width: 25em;
border: medium solid #000000;
height: auto;
padding-top: 0%;
float: left;
margin-bottom: 0em;
z-index: 0;

}
#menu img {
width: 25em;
height: auto;
position: relative;
top: -.5em;
}

#mainbody{
float: left;
text-align: center;
color: #FFFFFF;
width: 60%;
font-family: papyrus;
}

#mainbody h2{
font-size: xx-large;
}

#mainbody h3{
font-size: x-large;
}

#mainbody p{
font-size: x-large;
}

#mainbody table{
font-family: cursive;
font-size: xx-large;
margin-left: auto;
margin-right:auto;
}
#mainbody th{
font-style: bold;
}
#mainbody th, td{
border: white 1px solid;
width: 10%;
}
#mainbody ul,ol{
padding-top: 1%;
font-family: papyrus;
text-align: left;
font-size: x-large;
padding-left: 2%;
}

#mainbody li{
list-style: #FFFFFF;
}

.question{
color: red;
}

#mainbody li a{
color: red;
}
#mainbody li a:visited{
color: white;
}

#degreesoflameness{
text-align: center;
}

.updated{
border: medium solid #FFFFFF;
}
