#teachings {
    float: left;
    max-width: 800px;
    margin:0px 0px 0px 0px;
    padding: 1em;
}

#teachings ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#teachings ul a {
 text-align:justify;
 font-weight:200;
 word-spacing:.1em;
 color:#003399;
 text-decoration: none;
}
#teachings ul a:hover { color:#cc3300; }
