﻿body, div, p, table {
    border: none;
    font-family: sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: inherit;
}

hr {
    border: 0;
    border-top: 2px solid gray;
    height: 2px;
    width: 60%;
}

a:link, a:visited, a:active {
    color: #003399;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #0033CC;
    font-weight: bold;
    text-decoration: underline;
}