a:link {
 color: rgb(255,255,255);
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 text-decoration : none;
 font-style:normal;
 font-size:12px;
}


a:visited {
 color: rgb(255,255,255);
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 text-decoration : none;
 font-style:normal;
 font-size:12px;
}

a:hover  {
 color: rgb(204,204,153);
 text-decoration : none;
 font-size:12px;
}

a.UnderLine:hover  {
 color: rgb(153,153,153);
 text-decoration: none;
}

a:active {
 color: rgb(204,204,153);
 text-decoration: none;
 font-size:12px;
 }

.small {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #CCCCCC;
}

