.bodybg {
    background-color: #E2F7FE;
}

.panelarea {
    background-color: white;
    width: 80%;
    height: 80%;
    margin: 25px;
    padding: 20px;
}

p {
    font-size: 12px;
    font-family: Verdana, serif;
}

h1 {
    font-family: Verdana, serif;
    font-size: 20px;
    color: #372701;
    font-weight: bold;
    text-decoration: underline;
}

h2 {
    margin: 12px 0 3px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-family: Verdana, serif;
    color: #372701;
    text-decoration: underline;
}

h3 {
    margin: 12px 0 3px 0;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-family: Georgia, serif;
    color: #372701;
}

h3 A {
    color: #372701;
    font-family: Verdana, serif;
    font-weight: bold;
    font-size: 17px;
    padding: 0 12px;
    text-decoration: underline;
}

h3 A:hover {
    color:blue;
}

ul li {
    font-size: 12px;
    font-family: Verdana, serif;
    padding: 1px;
    line-height:20px;
}

span.heading {
    font-family: Verdana, serif;
    font-weight: bold;
    color: blue;
}

