#txtcontent h1 {
	color: #E72019;
	font-size: 1.4em;
}
#txtcontent h4 {
	font-size: 1.2em;
}
#txtcontent a#button {
	margin: 20px auto;
	padding: 10px;
	font-weight: bold;
	background: #FF0000;
	border: 2px solid #FF9900;
	color: #FFFFFF;
}
#txtcontent a:hover#button {
	background: #FFFFFF;
	border: 2px solid #FF0000;
	color: #FF9900;
}
#txtcontent .center {
	text-align: center;
	margin: 40px 0;
}
