﻿        body
        {
            
            font-family: "trebuchet ms" , helvetica, sans-serif;
            font-size: 11px;
            line-height: 18px;
          
        }
              
        
  /*Categories Style*/    
        
        .cat-link
{
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: 91B72D;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}