﻿        body
        {
            
            font-family: "trebuchet ms" , helvetica, sans-serif;
            font-size: 11px;
            line-height: 18px;
            background-color: #ffffff;
        }
        
         .CategoryPicture 
		 {
            background: #b9d3ee;
            border: #648abd 2px solid;
            color: Maroon;
            font-size: small;
            height: 160px;
            padding: 2px;
            width: 100px;
            float:left;  
            
        }    
     
     
        .CategoryText
        {
            font-family: Verdana;
            font-size: smaller;
            color: #000000;
            float: left;
            }         
       
        
  /*Categories Style*/    
   .cat-link
{
	font-family: verdana;
	font-size: 11px;
	line-height: 28px;
	color: #000000; 
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #cc3300;
}
a:active {
	text-decoration: none;
	color: #000000;
}