
#body {
    background-color: #FFCC66;
}

#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: #FF66CC;
}
#menu a:hover {
	border: 3px #FFFF00 inset;
}
#h2 {
   
   padding-top: 2em;
   padding-bottom: 1em;
    color: blue;
    text-align: center;
    font-weight: bold;
    
    
    }

#h3 {
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    color: blue;
    margin-top: -1em;
    
}
.p {
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
#attribute {
    float: left;
    width: 23%;
    /*border: 4px blue double;
    background-color: #FFFF33;*/ 
    text-align: center;
    color: black;
    /*padding: 2em;*/
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
#h4 {
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    color: Blue;
    margin-top: -1em;
    
}
#attribute2 {
    float: left;
    width: 25%;
    /*border: 4px blue double;
    background-color: #FFFF33;*/ 
    text-align: center;
    color: black;
    /*padding: 2em;*/
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
#h5 {
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    color: blue;
    margin-top: -1em;
    
}

#attribute3 {
    float: left;
    width: 25%;
    /*border: 4px blue double;
    background-color: #FFFF33;*/ 
    text-align: center;
    color: black;
    /*padding: .515em;*/
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
#h6 {
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    color: blue;
    margin-top: -1em;
    
}

#attribute4 {
    float: left;
    width: 25%;
    /*border: 4px blue double;
    background-color: #FFFF33;*/ 
    text-align: center;
    color: black;
    /*padding: 2em;*/
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

.menua ul {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}
.menua li {
    list-style-type: none;
    font-weight: bold;
    width: 7em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.menua a {
    text-decoration: none;
    color: black;
    display: block;
    border: 3px green outset;
    background-color: #FF66CC;
    }
.menua a:hover {
    border: 3px #FFFF00 inset;
}
#clear {
    clear: both;
}
