/* CSS definition file containing site wide stylesheets */

UL {
	list-style-type: disc;
 	list-style-position: outside
}

LI {
	list-style-type: disc;
 	list-style-position: outside
}