#body {
    background-color: #FF99FF;
    background-repeat: repeat;
    }
#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: #FFCCFF;
}

#menu a:hover {
	border: 3px #FFFF00 inset;
}
#clear {
    clear: both;
}
#h2 {
    text-decoration: underline;
    margin-top: 2em;
    text-align: center;
    color: #003300;
    font-weight: bold;
}
.h4 {
    text-align: center;
    color: #003300;
}
#attribute {
    float: left;
    width: 30%;
    margin-top: 3em;
    font-weight: bold;
    font-size: large;
    color: black;
    text-align: center;
    border: 2px;
    margin-left: 10em;
    /*margin-right: auto;*/
    
}
.h3 {
    Text-decoration: underline;
    font-weight: bold;
    color: #003300;
    text-align: center;
    
}
#attribute2 {
    float: right;
    width: 30%;
    margin-top: 3em;
    font-weight: bold;
    font-size: large;
    color: black;
    text-align: center;
    border: 2px;
    /*margin-left: auto;*/
    margin-right: 10em;
}
.p {
    text-decoration: none;
    text-align: left;
    text-indent: 1em;
    font-size: larger;
    font-weight: bold;
    font-style: italic;
    color: #003300;
    
}




