
.text {
 font-family: arial, verdana, helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold;
 line-height: 13px;
 color: #ffcc00;}
 }
 
 .headline {
 font-family: arial, verdana, helvetica, sans-serif; 
 font-weight: bold;
 font-size: 13px; 
 line-height: 13px;
 color: #ffcc00;}
 }
 
 .blue {
 font-family: arial, verdana, helvetica, sans-serif; 
 font-weight: bold;
 font-size: 11px; 
 line-height: 13px;
 color: #00ccff;}
 }
 
 
 a:link {
 color: #00ccff;
 font-weight: bold; 
 text-decoration: none;
 }
a:visited {
 color: #0099cc;
 font-weight: bold;
 text-decoration: none;
 }
a:active {
 color: #ffff00;
 font-weight: bold;
 text-decoration: underline;
 }
a:hover {
 color: #ffffcc;
 background-color: none;
 font-weight: bold;
 text-decoration: underline;
 }


