
h1 { font: colibri, times, serif; color: rgb(4, 48, 136);
    font-size: 300%; margin-left: 20px; margin-right:20px;}
h2 { font: colibri, times, serif; color: rgb(4, 48, 136);
    font-size: 200%; margin-left: 20px; margin-right:20px;}
h3 { font: colibri, times, serif; color: rgb(4, 48, 136);
    font-size: 150%; margin-left: 20px; margin-right:20px;}
h4 { font: colibri, times, serif; color: rgb(4, 48, 136);
    font-size: 125%; margin-left: 20px; margin-right:20px;}
p { font: colibri, times, serif; color: rgb(4, 48, 136);
    font-size: 125%; margin-left: 20px; margin-right:20px;}

#outer {
/*this is the outer box for the whole page*/
width: 900px;
margin-top: 5px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#header {
/*This is the top full width box*/
clear: both;
width: 900px; height 110px;
}

#buttons {
/* this is for the buttons*/
clear: both;
width:900px;
}

#content {
width: 900px; height 500px;
}

#footer {
width: 900px;
}

