body {
	font: 12px Arial;
	color: #333333;
}

.heading1 {
	font: bold 12px Arial;
	color: black;
	margin-bottom: 4px;
}

p {
	font: 12px Arial;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 7px;
}

.legal {
	font: 11px Arial;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 4px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #cc0000;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #999999;
}
