#body {
    background-color: #660000;
}
#h1 {
    text-align: center;
    color: #FF9900;
    margin-top: 5px;
        }
    
#menu ul {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	}

#menu li {
	list-style-type: none;
	float: left;
	width: 5em;
	text-align: center;
}

#menu a {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	display: block;
	border: 3px blue outset;
	background-color: #FFFF33;
}

#menu a:hover {
	border: 3px #FFFF00 inset;
}
#clear {
    clear: both;
}
.h2 {
    text-decoration: underline;
    font-style: italic;
    font-family: serif;
    margin-top: 2em;
    text-align: center;
    color: #FF9900;
   
}
#attribute {
    float: none;
    width: 50%;
    margin-top: 3em;
    border: 6px #FF9900 double;
    margin-left: 24em;
    margin-right: 20em;
}
.h3 {
    text-align: center;
    font-family: fantasy;
    color: #FF9900;
}
.p {
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: #FF9900;
}



