

/* Presentation Stylesheet */ 
h4 {
 margin-left: 20px;
 padding: 5px 0;
 }
 
h3:first-letter {
 font-size: 150%; 
 font-weight: bold;
 color:navy;
 margin-left: 5px;
 }
 
p:first-letter {
 font-size: 150%; 
 font-weight: bold;
 color:navy;
 margin-left: 5px;
 }
 img.floatLeft { float: left; 
margin: 4px; }

img.floatRight { float: right; 
margin: 4px; }
a:link {
    color: blue; 
    text-decoration: none;
    } /* unvisited link */
a:visited {
    color: black;
    text-decoration: underline;
    } /* visited link */
a:hover {
    color: red;
    text-decoration: none
    } /* the mouse "hovers" over the link */
ul {
        list-style-position: inside;
        margin-left: 40px;
        padding-left: 0px; /*
        text-indent: 1em;
        */
        }