#body {
    background-color: #CC9999;
}
#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: blue;
	font-weight: bold;
	display: block;
	border: 3px blue outset;
	background-color: #CCCCFF;
}

#menu a:hover {
	border: 3px #FFFF00 inset;
}
#clear {
    clear: both;
}
#h2 {
    
    margin-top: 2em;
    text-align: center;
    color: blue;
    font-weight: bold;
    
}
#attribute {
    float: none;
    width: 50%;
    margin-top: 2em;
    border: 2px blue hidden;
    margin-left: auto;
    margin-right: auto;
}
#h3 {
    text-decoration: underline;
    text-align: center;
    color: blue;
   
}
#h4 {
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: blue;
    
}



