﻿body {
    background-color: #e6e6e6;
    font-family: Georgia, "Times New Roman", serif;
}

html {
    height: 100%;
}

hr {
    border-color: #99CCFF;
    height: 3px;
}


h3,
h2 {
    color: #99CCFF;
}

#container {
    width: 80%;
    height: 90%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: auto;
    text-align: left;
    background-color: #e6e6e6;
}

#menu {
    float: left;
    font-size: small;
    width: 190px;
    height: 100%;
    padding: 10px;
    margin: 5px 5px 5px 5px;
    border-radius: 5px;
}


#main {
    clear: right;
    padding: 10px;
    margin: 10px 5px 5px 350px;
    border-radius: 2px;
}

#header {
    width: 100%;
}

#footer {
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li a {
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    background-color: #99CCFF;
    display: block;
    margin: 8px;
    padding: 8px;
    border: 2px double grey;
    border-radius: 2px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: black;
}

ul li a:hover {
    background-color: lightblue;
    border-color: darkgray;
}