p {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.2em;
	margin: 0.4em;
	border-bottom-color: #625A54;
	font-size: 10px;
}
.highlighted {
	background-color: #625A54;
	margin-left: 0em;
	font-size: 10px;
	color: #FFFFFF;
	border-left-color: #625A54;
	border-left-width: 1.5em;
	border-color: #625A54;
	border-left-style: solid;
	border-top-color: #625A54;
	border-top-width: 1em;
	border-bottom-width: 1em;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #6e4e2c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6e4e2c;
}
a:hover {
	text-decoration: underline;
	color: #6e4e2c;
}
a:active {
	text-decoration: none;
	color: #6e4e2c;
}
