﻿body {
}

.panelstyle {
    background-color: dodgerblue;
    width: 360px;
    height: 200px;
    border-radius: 5px;
    font-size: 30px;
    font-family: Calibri;
    /*color:honeydew;*/
}

/* unvisited link */
a:link {
    color:black;
}

/* visited link */
a:visited {
    color: gray;
}

/* mouse over link */
a:hover {
    color: gray;
    font-weight:700;
}

/* selected link */
a:active {
    color: blue;
}

a:hover, a:link, a:active {
    text-decoration: none !important;
}

.linkpadding {
    padding-bottom: 20px;
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}