#ordered {
	list-style-type: georgian;
}

#ordered-2 {
	list-style-type: upper-roman;
}

#unordered {
	list-style-type: circle;
}

#unordered-2 {
	list-style-type: square;
}

h1,h2 {
	/* 3rd priority -this is the default if nothing else overrides it :) */
	/* BTW this is CSS comment! */
	color: blue;
	font-family: sans-serif;
}