/* CSS definition file containing site wide stylesheets */

UL {
	color: rgb(255,255,255);
 	list-style-type: disc;
 	background-color: rgb(0,102,102);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

LI {
	color: rgb(255,255,255);
 	list-style-type: disc;
 	background-color: transparent
}