
body         
{ 	margin: 0px;  
	background-color: #dedede; 
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	color: #769a93; 
font-family: trebuchet ms; 
font-size: 12px; 
line-height: 15px;
text-align:justify; 
text-transform: none;
 }

a:link {color:#8c9294; font-weight: normal; text-decoration:none}

a:visited {color:#8c9294; font-weight: normal; text-decoration:none}

A:hover {
	color: #ec4343;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	border-bottom: dotted 1px #5bb2ca;
	font-style: italic;
	background-color: #FFFFCC;
}

input, select, textarea {
color:#68cabd; 
font-family: georgia; 
font-size: 12px; 
background-color:#ffffff;
border:1px solid #f79658; 
}


blockquote {
	margin: 0 10px;
	padding: 0 10px;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #000000 url(middle.jpg);
	font-family: verdana, sans-serif;
	color:#ffffff;
	font-size: 10px;
	font-style: normal; 
}

i {color: #d17e39; }
u {color: #c74549; }
b {color: #78cde4; font-style: italic;}

	
h1 {
background: #000000 url(h1.jpg) no-repeat;
font: 15px georgia;
text-transform: lowercase;
font-style: italic;
font-weight: bold;
color: #f79658;  
margin: 0 0 10px 0;
padding: 35px 10px 5px 10px; 
border-bottom: dotted 1px #ca1b20;
} 

h1:first-letter {
font: 25px georgia;
font-style: italic;
font-weight: bold;
color: #68cabd;

}

	
h2 {
background: #000000 url(h1-2.jpg) no-repeat;
font: 15px georgia;
text-transform: lowercase;
font-style: italic;
font-weight: bold;
color: #f79658;  
margin: 0 0 10px 0;
padding: 35px 10px 5px 10px; 
border-bottom: dotted 1px #ca1b20;
} 

h2:first-letter {
font: 25px georgia;
font-style: italic;
font-weight: bold;
color: #68cabd;

}


.content{
        text-align: left;
	font: 12px;
        line-height: 18px;
        font-family: georgia;
        color: #959e9d;
        padding-top: 5px;
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        }  
