﻿body {
    font-family: Verdana;
    font-size: small;
    margin: 5px;
    padding: 5px
}

h1 {
    font-size: large;
    font-weight: bold;
    color: Red
}

h2 {
    font-size: medium;
    font-weight: bold;
    color: #303030
}

table {
    font-family: Verdana;
    font-size: small;
    padding: 5px;
}

td,th {
    padding: 5px
}

    table.bordered {
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-collapse: collapse;
        padding: 5px;
    }

        table.bordered th {
            border-width: 1px;
            border-style: solid;
            border-collapse: collapse;
            background-color: #C0C0C0;
            color: Red;
            padding: 5px
        }

        table.bordered td {
            border-width: 1px;
            border-style: solid;
            border-collapse: collapse;
            padding: 5px
        }

a {
    color: blue;
}

    a.mainmenu:link {
        font-size: small;
        color: Red;
        font-weight: bold;
        text-decoration: none
    }

    a.mainmenu:visited {
        font-size: small;
        color: Red;
        font-weight: bold;
        text-decoration: none
    }

    a.mainmenu:active {
        font-size: small;
        color: Red;
        font-weight: bold;
        text-decoration: none
    }

    a.mainmenu:hover {
        font-size: small;
        color: Red;
        font-weight: bold;
        text-decoration: underline
    }

p.caption {
    font-weight: bold;
    color: #303030;
    text-align: center
}

p.centered {
    text-align: center;
    font-family: Verdana, sans-serif
}

p.sitename {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: x-large
}
