
#body {
    background-color: #FFFF99;
}

#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: #FFCC66;
}

#menu a:hover {
	border: 3px #FFFF00 inset;
}

#clear {
    clear: both;
}
.h2 {
   
    text-decoration: underline;
    text-align: center;
    color: #003333;
    font-weight:bold;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
.p {
    font-weight: bold;
    font-size: 140%;
    text-align: center;
}
#attribute {
    float: left;
    width: 50%;
    /*border: 4px #003333 double;
    background-color: #FFFF33;*/ 
    width: 45%;
    
    margin-left: 4em;
   
}

#attribute2 {
    float: right;
    width: 50%;
    /*border: 4px #003333 double;
    background-color: #FFFF33;*/
    width: 45%;
    
    margin-right: 4em;
}


