@CHARSET "UTF-8";

/**********************
* List Styles
***********************/
ol, ul {
    list-style-position: inside;
    padding: 0;
    margin-left: 1em;;
}

/* indent nested lists */
li ol, li ul {
	margin-left: 3em;
}

li {
	line-height: 2em;
	vertical-align: middle;
}

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

ol.roman {
    list-style-type: lower-roman;
}

ol.num  {
    list-style-type: decimal;
}

ul.disc {
	list-style-type: disc;
}

ul.square {
    list-style-type: square;
}

ul.circle {
    list-style-type: circle;
}

/**********************
* Other content Styles
***********************/
div.notes {
	font-style: italic;
}
