
.white {
    color: white;
}

.red {
    color: red;
}

.large {
    font-size: 15pt;
}

body, table { 
    font-family: verdana, arial, helvetica; 
    font-size: 13pt;
}

a         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    color: black;
}

a:link    {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover   {
    color: black;
    text-decoration: underline;
}

a.clean {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    text-decoration: none;
}

a:link.clean    {
    color: black;
    text-decoration: none;
}

a:visited.clean {
    color: black;
    text-decoration: none;
}

a:hover.clean   {
    color: black;
    text-decoration: underline;
}

a.hidden         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    text-decoration: none;
}

a:link.hidden    {
    color: black;
    text-decoration: none;
}

a:visited.hidden {
    color: black;
    text-decoration: none;
}

a:hover.hidden   {
    color: black;
    text-decoration: none;
}

a.nav         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    color: white;
    text-decoration: none;
}

a:link.nav    {
    color: white;
    text-decoration: none;
}

a:visited.nav {
    color: white;
    text-decoration: none;
}

a:hover.nav   {
    color: white;
    text-decoration: underline;
}

a.white         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    color: white;
    text-decoration: none;
}

a:link.white    {
    color: white;
    text-decoration: none;
}

a:visited.white {
    color: white;
    text-decoration: none;
}

a:hover.white   {
    color: yellow;
    text-decoration: none;
}

.caption {
    font-size: 75%;
}

a:link.red    {
    color: red;
    text-decoration: none;
}

a:visited.red {
    color: red;
    text-decoration: none;
}

a:hover.red   {
    color: red;
    text-decoration: underline;
}

.featured {
    margin-left: 1em;
}

.bordered {
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

