﻿.newslink
{
   color: #ffcc33;
   text-decoration: underline;
   font-size: 10pt; 
}
.newslink:link
{
   color: #ffcc33;
   text-decoration: underline;
   font-size: 10pt; 
}
.newslink:hover
{
   color: #ffff00;
   text-decoration: underline;
   font-size: 10pt; 
}
.newslink:visited
{
   color: #ffcc33;
   text-decoration: underline;
   font-size: 10pt;
}
.newslink:visited:hover
{
   color: #ffff00;
   text-decoration: underline;
   font-size: 10pt;
}

.newstext
{
   font-family: Verdana, Arial, Sans-Serif;
   color: #ffffff;
   text-decoration: none;
   text-align: left;
   font-size: 9pt; 
   padding-left: 20px;
}