body,p,h1,h2,a,ul,ol {
	font-family:"Arial Unicode MS",Times,serif;
}

table.a {
	width: 100%;
	height: 49px;
	border: 0;
	cellSpacing: 0;
	cellPadding: 0;
	background-image: url('hgrad.gif');
}
table.b{
	border-collapse: collapse;
	border: 1;
	border-style:solid;
	cellSpacing: 0;
	border-color: #000000;
	cellPadding: 2;
}

p {
	text-indent: 24px;
	font-size: 16px;
	text-align: justify;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
}


a:link {
	color:#0000FF;}   
  
a:visited {
	color:#990099;}

ul,ol {
	text-indent: 32px;
	font-size: 16px;
}
/* listed with solid circle*/
ul.a {
	list-style-type: disc;
}

/* listed with nothing ahead*/
ul.b {
	list-style-type: none;
}

/* ordered list with number ahead*/
ol.a {
	list-style-type: decimal;
}