 

body { 

	font: 11px Tahoma; 
	color: #612e00;
	background-color: #F4F8DD; 
	margin: 0px; 
	padding: 0px;
	text-align: center;

	}

p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	width: 400px;
	}
p.BigFirst:first-letter { 
	color: #612e00;
	background-color: #F4F8DD; 
	padding: 0px;
	margin-top: -4px;
	margin-right: 2px;
	font-size: 150%; 
	float: left top
} 
p.LetterAndLine:first-letter { 
	color: #F4F8FF; 
	background-color: #612e00;
	padding: 0px;
	margin-top: -4px;
	margin-right: 2px;
	font-size: 250%; 
	float: left top
} 
p.LetterAndLine:first-line { text-transform: uppercase }



h1,h2,h3,h4 {
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #612e00;
	padding-bottom: 0px;
	}
h4 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #612e00;
	padding-bottom: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #916B4A";
	}

a:visited { 
	text-decoration: none
	color: #916B4A";
	}

a:hover { 
	text-decoration: underline; 
	color: #916B4A";
	} 
a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #916B4A";
	}








