body, html {
margin : 6px;
padding : 0;
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
background: url(../web-images/blueberry_sherbert.gif)
}

#container {
margin-bottom : 4px;
margin-left : auto;
margin-right : auto;
padding: 0px;
width: 100%;
text-align: left;
}


/* Links within paragraphs (subtle) */
p a {
color: #0F2099;
background : inherit;
text-decoration: underline;
}


/* Links within paragraphs (revealed) */
p a:hover  { 
color: #000000;
background : inherit;
text-decoration: underline;
} 


#content {
margin-top : 10px;
margin-left :  0px;
margin-right:  0px:
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 15px;
color : #0F2099;
text-align : justify;
}

#footer a:link, #footer a:visited {
}
#footer {
clear : both;
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 13px;
color : #FF00FF;
padding : 5px;
text-align : center;
clear : both;
}

#h1 {
font-family : "Lucida Calligraphy", Trebuchet MS, Garamond, Veranda, Arial, sann-serif;
font-size : 15px;
color : #0F2099;
font-weight : bold;
text-align : center;
}
#H2 {
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 14px;
color : #000000;
}
#H3 {
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 12px;
color : #000000;
}
#H4 {
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 15px;
color : #F40BDD;
font-weight : bold;
text-align : center;
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}

.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}