a.m:link,
a.m:active,
a.m:visited,
a.m:hover
{
	background: transparent;
	color: #4D4DFF;
	text-decoration: none;
        font-weight: bold;
        font-size:10pt;
}
a.a:link,
a.a:active,
a.a:visited,
a.a:hover
{
	background: transparent;
	color: #FF5555;
	text-decoration: none;
        font-weight: bold;
        font-size:10pt;
}
a.v:link,
a.v:active,
a.v:visited,
a.v:hover
{
	background: transparent;
	color: green;
	text-decoration: none;
        font-weight: bold;
        font-size:10pt;
}