#links {
 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;   
   width: 700px;
   padding-bottom: 95px;
   margin: 16px 8px 15px 32px;
 
   }
   
 #links A {
 
   color: #887777;
   font-weight: bold;
   text-decoration: none;   
 
   }
 
 #links A:hover {
 
   text-decoration: underline;
 
   }
   
 #links .title {
 
   font-size: 9pt;
   font-weight: bold;
   color: black;
 
   }
 
 #links ul {
 
   margin: 4px 0px 12px 0px;
   padding: 0px;
 
   }  
   
 #links li {
 
   margin: 0px 0px 4px 4px;
   padding: 0px;
   list-style-type: none;
 
   }