a:link {
	color: #631B2E;
	text-decoration: underline;
}

a:visited {
	color: #631B2E;
	text-decoration: underline;
}

.white {
	background-color: White;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color: #C39061;
	font-family: Arial, Helvetica, sans-serif;
	color: #631B2E;
	font-size: 12px;
}

.big {
	font-size: 12pt;
	font-weight: bold;
}

.font-12 {
	font-size: 12pt;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

