﻿body
{
    margin: 0 0 15px 0;
    padding: 0;
    background-color: #663300;
    font-family: 'Century Gothic' , Arial, Helvetica, Sans-Serif;
    cursor: default;
    font-size: 12px;
}
a
{
    font-family: 'Century Gothic';
    font-size: 12px;
    cursor: auto;
    color: #FFFFFF;
}
a:link
{
    font-family: 'Century Gothic';
    text-decoration: none;
    color: #FFFFFF;
}
a:visited
{
    font-family: 'Century Gothic';
    text-decoration: none;
    color: #FFCC00;
}
a:hover
{
    font-family: 'Century Gothic';
    text-decoration: none;
    font-size: 12px;
    color: #FFFF99;
}
a:active
{
    font-family: 'Century Gothic';
    text-decoration: none;
    color: #CCFFCC;
}

td .mylinkshead
{
    background-color: #FFCCCC;
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #660033;
    text-align: center;
}
td .mylinkdetails
{
    background-color: #FFFFCC;
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #333300;
    text-decoration: none;
}
p
{
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #CCFFCC;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}

