BODY, .H1, .H2, .H3, P, UL, LI, TD, .url {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.H1, .H2, .H3, A:link {
	color: #F93;
}

P, UL {
	font-size: x-small;
	line-height: 120%;
}

P {	margin: 10 30 0 30; }
UL {	margin: 0 30 0 30; }

.H1 {
	font-size: medium;
	font-weight: bold;
	margin: 20 30 0 30;
}

.H2 {
	font-size: small;
	font-weight: bold;
	margin: 20 30 0 30;
}

.H3 {
	font-size: x-small;
	font-weight: bold;
	margin: 0 30 0 30;
}

.url {
	font-weight: bold;
	margin: 0 30 0 30;
}

A:visited { color: #C93; }
A:active { color: red; }

A.case-ext:link { color: #36C; }
A.case-ext:visited { color: #99C; }


