/* CSS definition file containing site wide stylesheets */

BODY {
	background-image: url( "../assets/images/band-6.gif" );
 	background-repeat: repeat-y;
 	background-position: top
}

P {
	text-indent: 0px;
 	margin-left: 0px
}

LI {
	list-style-type: square;
 	list-style-image: url( "../assets/images/bullet.gif" )
}