/* CSS definition file containing site wide stylesheets */

UL {
	color: rgb(255,204,102);
 	list-style-type: square;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A {
	color: rgb(223,223,223)
}