A:link { 
color:#CA6D6C; 
text-decoration: none; 
}

A:visited { 
color:#CA6D6C;
text-decoration: none; 
}

A:hover { 
color:#CA6D6C;
text-decoration: underline;

}



body { 
background-image: url('none');
background-repeat: repeat;
background-color:#B0A69B;
background-attachment: auto;
margin: 0px;}

p {text-indent: 10px; }

p:first-letter {
text-indent: 25px; 
font: 15px georgia; 
font-weight: bold; 
color: #CA6D6C;
}

img { border:0px }

img.note { border:6px solid #EAE6DC; 
padding: 2px;
margin: 8px;}

body, table, tr, td {
font: 11px georgia; 
color: #7E7469; 
line-height: 20px; 
text-align: justify;
}


em {color: #CA6D6C; }

h1 {margin: 1px;
color: #B0A69B;
padding: 2px;
font-family: georgia;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 5px;
text-align: left;
background-image: url('none');
background-repeat: no-repeat;
}



blockquote {
padding: 10px;
color: #B0A69B;
background-color: #EAE6DC;
background-image: url('none');
background-repeat: no-repeat;
}



hr {
border: 0;
color: #B4B4B4;
background-color: #bB4B4B4;
height: 1px;
width: 100%;
text-align: left;
}

.float{
padding: 5px;
float: left;
margin: 3px;
font-size: 10px;
}

.bg1 {
padding: 10px;
background-color: #EBEBEB;
}