/* CSS Document */
A         {
   text-decoration: none;
}
A:link    {
   color: White;
}
A:visited {
   color: White;
}
A:active  {
   color: White;
}
A:hover   {
   color: White;
   text-decoration: underline;
}
.text {
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: 12px;
   color: #999;
}
