body,.bod {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #783e23;
	color: #d5c4bc;
}

A {
	color: #e2da60;
	text-decoration: underline;
	}


A:link, A:visited {
	color: #e2da60;
	text-decoration: underline;
	}

A:hover {
	color: #fff;
	text-decoration: none;
	}

p {
	font-size: 12px;
	margin: 0;
	margin-bottom: 10px;
	margin-right: 20px;
	
}

IMG {
	margin: 0;
	margin-bottom: 5px;
	border: 0;
}

h2{
}

h3{
}

.title {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 16px;
	padding-right: 10px;
	color: #cccccc;
	}

.date {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding-right: 10px;
	font-style: italic;
	}


.subtitle {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 16px;
	padding-right: 10px;
	font-style: italic;
	}

.middle {
	border-left-style: dotted;
	border-left-color: #7f7e70;
	border-left-width: thin;
}





table {

}