.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A3E0A;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	white-space: normal;
	list-style-type: none;





}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #462020;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A3E0A;

}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A3E0A;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5A3E0A;
	font-weight: bold;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	list-style-type: circle;

}
ol {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666600;
}

