body {
}

a {
	color: #AB4F3C; 
	text-decoration: underline; 
} 

a:hover {
	color: #AB4F3C; 
	text-decoration: none; 
} 

hr {
	border: 0;
	width: 100%;
	color: #212121;
	height: 1px;
}

h2 {
	margin: 0 0 0 0;
	font-family: courier, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: underline; 
}

.txt-simple {
	font-size: 14px; 
	color: #999999; 
	font-family: courier, verdana, arial, helvetica, sans-serif;
	line-height: 1.6em;
}