body
{
    font-family: Arial;
    font-size: x-small;
    color: darkgray;
}

div
{
    left: 100px;
}

table
{
    position: relative;
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    left: 0px;
    top: 0px;
    padding: 0px;
}

td
{
    width: 130px;
    height: 20px;
    vertical-align: middle;
    font-size: x-small;
}

a, a:link, a:visited, a:active

{
    width: 130px;
    padding: 2px;
    line-height: 10px;
    display: block;
    border: dashed 1px darkgray;
    text-decoration: none;
    color: darkgray;
}

a:hover
{
    font-size: small;
    color: white;
    background-color: darkorange;
    border: solid 1px darkgreen;
}
