.standard {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.headline {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color:#611c1c;
	text-decoration:none;
	font-weight : normal;
	cursor: hand;
}
a:visited {
	color:#611c1c;
	text-decoration:none;
	font-weight : normal;
	cursor: hand;
}
a:hover {
	color:#C47500;
	font-weight : normal;
	cursor: hand;
}
a:active {
	color:#611c1c;
	text-decoration:none;
	font-weight : normal;
	cursor: hand;
}



.content {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
 color: #000000;
 font-style: italic; font-weight: bold
}