﻿a:link              { color:white; text-decoration:underline; }
a:visited           { color:white; text-decoration:underline; }
a:hover             { color:white; text-decoration:underline; }
a:active            { color:white; text-decoration:underline; }

a.otherLink:link    { color:white; text-decoration:none; }
a.otherLink:visited { color:white; text-decoration:none; }
a.otherLink:hover   { color:white; text-decoration:underline; }
a.otherLink:active  { color:white; text-decoration:none; }
    
.whiteText
{
    color: White;
    font-size: 1px;
    margin: 0px;
    padding: 0px;
}
