body {
    background-color: #d14836;
    font-family: Arial;
}

#top {
    color: white;
    font-size: 30px;
    padding: 15px;
}

ul {
    float: right;

}

#top h1 {
    line-height: 50px;
    margin: 0;
}

#menubar {}

#main {
    background-color: white;
    font: 80% Verdana;
    padding: 10px;
}

#main h1,
#main h2,
#sidebar {
    color: #d14836;
}

#sidebar {
    background-color: #F6DAD7;
    padding: 10px;
}

#bottom {
    padding: 10px;
}

#bottom p {
    color: white;
    font-size: 70%;
    line-height: 20px;
    text-align: center;
}

li {
    background-color: #d14836;
    border: #d14836 solid 1px;
    width: 155px;
    border-radius: 40px;
    color: white;
    cursor: pointer;
    list-style-type: none;
    margin: 10px;
    padding: 5px;
    text-align: center;
}

li:hover {
    background-color: white;
    color: #d14836;
}

li:nth-child(2) {
    background-color: white;
    color: #d14836;
    font-weight: bold;
}

a {
    color: #d14836;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*















*/