/* CSS Document */
body {
	font: 78% Arial, Helvetica, sans-serif;
}
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

dd {
	margin: 0 0 1em;
}

ul li {
	list-style-type: none;
}


