a:link.first{
        color:white;
        text-decoration:none;
       }
a:hover.first{
        color:red;
        text-decoration:underline;
       }
a:visited{
        color:white;
        text-decoration:none;
       }
.link
{
	font-size:13pt;
}
font{
FONT-FAMILY: "arial unicode MS", Tahoma, "Times New Roman";
}
.date
{
	font-size:13pt;
	color:yellow;
}
.news
{
	font-size:10pt;
	color:white;
}
a:link.sec{
        color:red;
        text-decoration:none;
       }
a:hover.sec{
        color:red;
        text-decoration:underline;
       }
a:visited.sec{
        color:red;
        text-decoration:none;
}

