body {
    font-family: Verdana;
}
h1 {
    font-family: Georgia;
}
#menu {
    float: left;
    padding-left: 10px;
}

#menu li {
    list-style: none;
}
#menu li a {
    background: powderblue;
    display: block;
    padding: 6px;
    margin: 2px;
    width: 130px;
    color: blue;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li a:hover {
    background: blue;
    color: yellow;
}


#content {
    float: left;
    padding-left: 40px;
}

#page-aboutus #menu-aboutus,
#page-home #menu-home,
#page-products #menu-products,
#page-contact #menu-contact {
    background: CornflowerBlue;
}
