body {background-color:#f0f0f0;
	font-family:Helvetica;
	color:black;
}

h1, h2{
	font-family:Helvetica;
	margin-bottom:1em;
	color:black;
}

h1 { font-size:17px;
}

h2 { font-size:16px;
}

li, ul, ol{
	font-size:16px;
	margin-bottom:1em;	
}

ul{
	margin-top:1em;	
	font-size:16px;
}

ol.a {
	list-style-type:lower-alpha;
	font-size:16px;
}

ol ol {list-style-type:lower-alpha;
}



p{
	font-size:16px;
}
