#about {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.9em;
    }

.column {
    padding:10px;
    border-bottom: 1px dashed #CCC;
    }
    
#about h2 { 
    display:inline;
    font-size:0.9em;
    font-weight: bold;  
    text-decoration: none;
    color:#003E6A; 
    padding:0px;
    margin:0px;
    }

#about p, li, h3 {
    margin:0px;
    font-size: 0.9em; 
    line-height: 1.4em;
    color:#003E6A;  
    margin-top:0.3em;  
    margin-bottom:0.7em;  
    }

#about h3 { font-weight:bold; }
    
#about a {
    color:#003E6A;
    font-weight:normal;
    text-decoration: underline;     
    }
    
#about a:hover {
    color:black;
    text-decoration: underline;  
    }
    
#about .divider {
    border-bottom:1px dashed #003E6A;
    margin-top:5px;
    margin-bottom: 5px;
    }
    

