html,body {
	/*margin: 0px;*/
	font-family: arial;
}

p {
	font-size: 12px;
	line-height: 20px;
	font-family: arial;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

h1 {
	color: #89ac1a;
	font-size:18px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom: 0px;
}

a {
	color: #89ac1a;
	text-decoration: underline;
	
}

a:hover {
	color: #000000;
}

li {
	font-size: 12px;
	line-height: 20px;
	font-family: arial;
	font-weight: normal;
	color: #000000;
}