.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #BE5E00;
}
.title a {
	color: #FFFFFF;
	text-decoration: none;
}
.title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE5E00;
	background-color: #FFFFFF;
	text-decoration: none;
}
.content a {
	color: #BE5E00;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover {
	color: #BE5E00;
	font-weight: bold;
	text-decoration: underline;
}
