body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: FFFFFF;
}

h1 {
	font-size: 130%;
	color: #FF0000;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 100%;
}

b.heading {
	font-weight: bold;
	color: #FF00FF;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}

hr {
	align: left;
}

.small {
	font-size: xx-small;
}

p b.heading {
	font-size: x-small;
}
