centerDoc { width: 98%; background: white; text: black;} /*prints out the main body of the website and fits it on the whole page*/
#navigation { display: none; } /*will not print out the navigation area*/
#top { display:none; }
#right {display:none; }
.bulletyellow {
	list-style-position: inside;
	list-style-image: url(../libinfo/images/bullet.gif);
	list-style-type: disc;

}
.bullet2 {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}
