BODY
{
	margin-left: 5%;
	margin-right: 5%;
}

UL
{ list-style: url
  (
	../i/bullet1.gif
  )
}


UL.colors
 {
	list-style-image: url(../i/bullet2.gif)
}

UL.pin
 {
	list-style-image: url(../i/bullet3.gif)
}

UL.sphere
 {
	list-style-image: url(../i/bullet4.gif)
}

UL.star
{
	list-style-image: url(../i/bullet5.gif)
}

UL.arrow
 {
	list-style-image: url(../i/bullet6.gif)
}

TR.header
{
	background-color:navy;
	color: white
}

TR.subheader
{
	background-color:6699cc;
}

