body {
	background-color: #681111;
}
.intro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CF9331;
}
.tittle {
	color: #681111;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.body {
	color: #2F2F2F;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}
.bodyBold {
	color: #2F2F2F;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #681111;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #681111;
}
a:hover {
	text-decoration: none;
	color: #CF9331;
}
a:active {
	text-decoration: underline;
	color: #681111;
}
