body, html {
margin : 6px;
padding : 0;
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
background-color : #FFC3F3;
}

#container {
margin-bottom : 4px;
margin-left : auto;
margin-right : auto;
padding: 0px;
width: 100%;
background: #FFFFFF;
text-align: left;
}


#left {
float : left;
margin-top : 0px;
margin-left :3px;
width : 20%;
background-color : #FFFFFF;
}


/* Links within paragraphs (subtle) */
p a {
color: #F40BDD;
background : inherit;
text-decoration: none;
}


/* Links within paragraphs (revealed) */
p a:hover  { 
color: #000000;
background : inherit;
text-decoration: underline;
} 


#inner {
float : left;
margin-top : 14px;
margin-left : 10px;
width : 50%;
background-color : #FFFFFF;
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 15px;
text-align : justify;
}


#right {
float : right;
margin-top : 9px;
margin-left : 5px;
margin-right : 5px;
width : 25%;
background-color : #FFFFFF;
font-size : 10px;
text-align : justify;
}


#footer a:link, #footer a:visited {
}
#footer {
clear : both;
background-color : #FFFFFF;
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 12px;
color : #FF00FF;
padding : 5px;
text-align : center;
clear : both;
}

#H1 {
font-family : "Trebuchet MS", Garamond, Veranda, Arial, sann-serif;
font-size : 15px;
color : #F40BDD;
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;
}