/*
———————————————————————
Global
———————————————————————
*/
body {
	font:14px/1.5 'Open Sans', Calibri, Arial, sans-serif;
	color:#111;
	-webkit-font-smoothing:antialiased;
	max-width:900px;
	padding:20px;
}
h1 {
	margin-top:0;
	font-weight:normal;
}
h2 {
	font-size:18px;
}
a {
	font-weight:bold;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid #fc0;
}

/*
———————————————————————
Lists
———————————————————————
*/
ul.bullet {
	margin-bottom:1em;
	clear:left;
}
ul.bullet li {
	background:url(/Images/bullet.gif) 0 0.6em no-repeat;
	padding-left:1em;
}
ul.bullet ol, ul.bullet ul {
	padding-left:18px;
	margin-bottom:1em;
}
ul.bullet ol li {
	list-style:decimal;
	background:none;
}
ol ul.bullet li, ul.bullet ul li {
	list-style:disc;
	background:none;
	padding-left:0;
	margin-top:0;
}
ol li {
	margin-top:0.3em;
	padding-left:10px;
}
ol ul.bullet {
	margin-top:0.3em;
}