body {
    background: #ccc;
    font-family: 'Reenie Beanie', 'Josefin Sans Std Light', fantasy, cursive, Helvetica, Arial, Verdana;
    font-size:18px;
}

#content a {
    color: navy;
    font-family: 'Reenie Beanie', 'Josefin Sans Std Light', fantasy, cursive, Helvetica, Arial, Verdana;
    font-size:18px;
    text-decoration: none;
}
#nav a {
    color: navy;
    font-family: 'Reenie Beanie', 'Josefin Sans Std Light', fantasy, cursive, Helvetica, Arial, Verdana;
    font-size:16px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
li {
    list-style: circle;
}
.header1, .header2, .header3, .footer1, .footer2, .footer3 { height: 5px; }
.header1, .footer3{
    background: lightsteelblue;
}
.header2, .footer2{
    background: #aaaaaa;
}
.header3, .footer1 {
    background: #bbbbbb;
}
.navbar {
    height: 600px;
}

