* {
margin: auto;
}

body {

}

#container {
width: 750px;
border: 1px solid black;
background-color: #F2FFF5;
}

#footer {
border-top: 1px solid black;
padding-top: 2px;
}

h2 {
font-size: 32px;
font-color: #fff;
font-family: Arial Black;
}

h3 {
font-size: 24px;
font-color: #fff;
font-family: Arial;
font-weight: bold;
}

h4 {
font-size: 18px;
font-color: #fff;
font-family: Arial;
font-weight: bold;
}

h5 {
font-size: 16px;
font-color: #fff;
font-family: Arial;
font-weight: bold;
}

p {
font-size: 12px;
font-family: Arial;
margin-bottom: 5px;
}

li {
font-size: 12px;
font-family: Arial;
}