
#body {
    background-color: #EBCC66;
}

#h1 {
    text-align: center;
    color: blue;
    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: black;
	font-weight: bold;
	display: block;
	border: 3px blue outset;
	background-color: #CCCC99;
}

#menu a:hover {
	border: 3px #FFFF00 inset;
}
#clear {
    clear: both;
}
#h2 {
    margin-top: 1em;
    color: #993300;
    font-weight: bold;
    text-align: center;
}
#attribute {
    float: left;
    width: 100%;
    margin-top: 3em;
    font-weight: bold;
    font-size: large;
    color: black;
    text-align: center;
    /*border: 2px blue double;*/
    margin-left: auto;
    margin-right: auto;
    
}
.h3 {
    Text-decoration: underline;
    font-weight: bold;
    color: #993300;
    text-align: center;
    
}
#attribute2 {
    float: left;
    width: 45%;
    margin-top: 3em;
    font-weight: bold;
    font-size: large;
    color: black;
    text-align: center;
    /*border: 2px blue double;*/
    margin-left: auto;
    margin-right: auto;
}


