h1 {
	font-size: 22pt;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	padding-left: 20 ;
	font-weight: lighter;
	text-align : center;
}
h2 { text-align : center; font-size: 27pt; font-weight: lighter;}
h3 {
	font-weight: lighter;
	text-align : center;
}
h4 { text-align : center; font-style: italic }
h5 { text-align : center; font-style: italic }

li  {
	list-style-image: url(bullet6.gif);
	margin-left: 0
}
ul { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0 }
A{ font-weight: bold }
A:link { color: rgb(0,0,0); }          /* unvisited link */
A:visited { color: rgb(96,0,0) }        /* visited links */
A:active { color: rgb(255,0,0) }        /* active links */
p { margin-left: 60; margin-bottom: 30 }
pre { font-size: 10pt }
dt {font-weight: bold; padding-bottom: 6px }
dd { font-style: italic }

