/* CSS Document */

.txt
{
 font-family:Verdana; font-size:11px; color: #FFFFFF
 }
 .txt A
  { color:#FFFFFF
 }
 .txt A:hover
 { text-decoration:underline;
 }

.txt1
{
 font-family:Verdana; font-size:10px; color: #FFFFFF
 }
 .txt1 A
  { color:#FFFFFF
 }
 .txt1 A:hover
 { text-decoration:underline;
 }