@charset "UTF-8";
body {background-color:#f0f0f0;}

p {font-family: system-ui;
	font-weight: normal;
	font-size: 11px;
}

li {font-family: system-ui;
	font-weight: normal;
	font-size: 11px;
	margin-top: 1em;
}

h1 {font-family: system-ui;
	font-weight: lighter;
	font-size: 15px;
}

h2 {font-family: system-ui;
	font-weight: lighter;
	font-size: 13px;
}

ol ol {list-style-type:lower-alpha;
}

table {border: 1px solid; 
		border-width: 2px 0;
		font-family: system-ui;
		font-weight: normal;
		font-size: 90%; margin-bottom: 1.5 em; width: 70%;
}

th	{border-bottom: 1px solid; text-align: left;
}

th td	{padding: 0.125em 0.66em;
}

a:link  {color: #009d6;
			text-decoration: none
}

strong{
	font-family: system-ui;
	font-weight: bolder;
}
