/* sub headings */
#content h3 {
  margin: 2px 10px 0px 0px;
}

#category dt a { 
   color: green; 
   font-weight: bold; 
   font-size: 18px;
   text-decoration: none;
   text-indent: 50px;
   line-height: 30px;
}

#category dt a:visited { 
   color: green; 
   font-weight: bold; 
   font-size: 18px;
   text-decoration: none;
   text-indent: 50px;
   line-height: 30px;
}

#category dt a:hover { 
   color: red; 
   font-weight: bold; 
   font-size: 18px;
   text-decoration: none;
   text-indent: 50px;
   line-height: 30px;
}




dd { 
   color: #0066CC; 
   font-weight: bold; 
   font-size: 12px;
   text-decoration: none;
   margin-left: 10px;
   line-height: 20px;

}

dl { 
   margin-left: 10px;
}
