@charset "utf-8";
/* CSS Document */

.txt { 
font-family: 'Crimson Text', arial, serif; 
}

.txttitle { 
font-family: 'Crimson Text', arial, serif; 
font-size: 16px;
font-weight: bold;
color: #3C432C;
}

a:link {
	color: #3C432C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C432C;
}
a:hover {
	text-decoration: none;
	color: #504843;
}
a:active {
	text-decoration: none;
	color: #3C432C;
}