 <style> A {font-variant : normal;text-decoration : none;} 
  
  .swhite     {font-style : normal;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color: white;}
  .swhite A    {color: white;}
  .swhite A:hover  {color: white;} 
  
  
  
  
  
  
  
  .mwhite     {font-style : normal;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color: white;}
  .mwhite A    {color: white;}
  .mwhite A:hover  {color: white;} 
  
  
  .m     {font-style : normal;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 9px;
  font-weight : normal;
  color: DarkBlue;}
  .m A    {color: DarkBlue;}
  .m A:hover  {color: DarkBlue;}      
  
  .mroja     {font-style : normal;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color: red;
  text-decoration : none;}
  .mroja A    {color: red; text-decoration : none;}
  .mroja A:hover  {color: RoyalBlue; text-decoration : none;}   
  
  .l     {
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: DarkBlue;
	}
  .l A    {color: DarkBlue;}
  .l A:hover  {color: DarkBlue;} 
  
 .lbold     {
 	font-style : normal;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : l0px;
 	font-weight : bold;
 	color: DarkBlue;
 }
  .lbold A    {color: DarkBlue;}
  .lbold A:hover  {color: DarkBlue;}</style>