body 
	{ background: #FFE9DF;
  	font-family: 'Georgia', Times New Roman, Serif;
  	font-size: 11px;
  	color: #DF7E53;
  	text-align: justify;
  	margin: 5px; 
  	padding: 5px;
  	letter-spacing: 1px;
  	line-height: 12px;
	}
a
 	{text-decoration: none; 
	color: #D04033;
	letter-spacing: 1px;
        font-weight: bold;
	font-family: 'Georgia', Times New Roman, Serif;
  	border-bottom: 1px dotted; 
	border-color: #d4b99c; 
}

a:hover 
	{color: #c16b59; 
	}

input, textarea
	{ background-color: #000000;
	font-family: 'Georgia', Times New Roman, Serif;
	font-size: 10px;
	color: #E8A586;
	letter-spacing: 1px;
	border: 1px solid #9b9b9b;
	padding:2px; }

p
	{ margin: 2px 2px 2px 2px; }


# footer 
	{ padding: 0px 0 0px 0;
	margin: 0 auto;
	width: 100%;
	clear: both; 
	}

.title {
  	font-size: 10pt;
	font-family: "Georgia", serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: italic;
	color: #454b5e;
        text-transform: uppercase;
	text-align: left;
 }
#navi
{ float: left;
width: 1000px;
margin-top: 0px;
text-align: left;
padding: 0px; 
line-height: 14px;
background-color: #000000;}

#content
{ float: left;
width: 990px;
margin-top: 0px;
text-align: justify;
padding: 5px 5px 5px 5px;
background-color: #000000;}

blockquote {
	background-color: FFE9DF;
        color: #000000;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border-left: 2px dotted #DF7E53;
        border-right: 2px dotted #DF7E53;
        border-top: 2px dotted #DF7E53;
        border-bottom: 2px dotted #DF7E53;
}
