body, li, a
{
	font-family : Arial;   
	font-size: 10pt;
}
   .nolink
   {
	color:red;
	font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	font-style : normal;
   }
   .links 
   {
	color:blue;
	font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	font-style : normal;
   }
      
   .links:hover 
   {
	color: red;
   font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	font-style : normal;
   }
   .loanapp 
   {
	color:blue;
	font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	font-style : normal;
   }
      
   .loanapp:hover 
   {
	color: red;
   font-family : Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	font-style : normal;
   }   
