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


body {
	background-color: #862B2A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Garamond, Times New Roman, Georgia, Serif;
	font-size: 16px;
	color: #333333;
}

a:link {
	color: #862B2A;
}
a:visited {
	color: #862B2A;
}
a:hover {
	color: #739E96;
}
a:active {
	color: #B88661;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltext a {
	color: #FFFFFF;
}
