body 
	{ background: #d2c5b5;
  	font-family: 'Verdana', Sans-Serif;
  	font-size: 8pt;
  	color: #000;
  	text-align: justify;
  	margin: 0px; 
  	padding: 0px;
  	letter-spacing: 1px;
  	line-height: 12pt;}

a
 	{ text-decoration: none; 
	color: #c51f25;
	letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 8pt;
	font-family: 'TW Cen MT', Sans-Serif;
 	}

b, strong {
	font-weight: bold;
	color: #965243;
}
i, em {
	font-style: normal;
	color: #5F2825;}

input, button, select, option, checkbox, textarea
	{ background-color: #d2c5b5;
  	font-family: 'Verdana', Sans-Serif;
	font-size: 8pt;
	color: #000;
	letter-spacing: 1px;
	border: 1px solid #5F2825;
	padding:2px; }

p
	{ margin: 2px 2px 2px 2px; }

.title {
  	font-size: 16px;
	font-family: "Verdana";
	letter-spacing: 2px;
        text-transform: uppercase;
	font-style: italic;
	color: #72141f;
	text-align: left;
        padding: 3px;
        border-left: 2px solid #2e4444;
        border-bottom: 2px solid #2e4444;
 }

blockquote {
	color: #9f8b76;
	background: #471D20;
        margin: 5px 5px 5px 5px;
	padding: 15px 15px 15px 15px;
}
