@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #88503F;   
	background-color: #FFFFFF;
	text-align:justify;
	margin-left: 15px;
	margin-right: 15px;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#400000;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#400000;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#400000;
}
a:link {
	color: #88503F;
	text-decoration:none;
}
a:visited {
	color: #88503F;
	text-decoration:none;
}
a:hover {
	color: #88503F;
	text-decoration:none;
}
a:active {
	color: #88503F;
	text-decoration:none;
}

