
body, h1, h2, h3, h4, table, form, p
{
   	margin	:0;
	padding :0;
	border	:none;
}

body
{
	background-color:#f5f5f5;
	font-family: Tahoma, Arial;
	font-size   	:11px;
	font-weight 	:normal;
	color       	:#373737;
}

h1 {
	font-size	:18px;
	color		:#21a860;
	font-weight	:normal;
	margin-bottom:25px;
}

h2 {
	font-size	:18px;
	color		:#21a860;
	font-weight	:normal;
}

p {
	line-height:160%;
	margin-bottom:20px;
}