
#body {
    background-color: #FFCC66;
    font-family: 'Times New Roman', sans-serif;
}

#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;
}
#clear {
    clear: both;
}
#clear1 {
    clear: both;
}
#clear2 {
    clear: both;
}
#h2 {
    margin-top: 3em;
    color: blue;
    text-align: center;
    
    }
#h7 {
    
    color: blue;
    text-align: center;
    
    }

.h3 {
   
    text-align: center;
    color: blue;
    margin-top: -1em;
  
}
.attribute {
    float: left;
    width: 21%;
    text-align: center;
    color: black;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
.h4 {
    
  text-align: center;
    color: Blue;
    margin-top: -1em;
 
}
.attribute2 {
    float: left;
    width: 21%;
    text-align: center;
    color: black;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
.h5 {
    
    text-align: center;
    color: blue;
    margin-top: -1em;
    
}

.attribute3 {
    float: left;
    width: 21%;
    text-align: center;
    color: black;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
.h6 {
    
    text-align: center;
    color: blue;
    margin-top: -1em;
    
}

.attribute4 {
    float: left;
    width: 21%;
    text-align: center;
    color: black;
    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 #3A47F4 outset;
    background-color: #FF66CC;
    }
.menua a:hover {
    border: 3px #F7F709 inset;
}

