/* CSS Document */ 

body{ background-color: #87BBF1;font-family: Arial; line-height:150% } 
body {margin-left: 0px; margin-top: 0px; margin-bottom: 0px}
/* text color*/
p { color: #000066; } 


p { font-family: Arial; line-height:150% }
p { font-size: 10pt; } 

/*link formatting*/
 a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; } 
a:hover { color: pink; } 
/*inserting image in a body of text*/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

