/* High-visibility alternate stylesheet */

BODY, TH, TD { /* TH,TD needed for IE which doesn't inherit properly */
	font-family: sans-serif;
	font-size: 11pt;
	color: #000000;
}

BODY {
	background: #d0ffff;
}

H1 {
	font-size: 20pt;
	font-weight: bold;
}

H2 {
	font-size: 17pt;
	font-weight: bold;
}

H3 {
	font-size: 14pt;
	font-weight: bold;
}

A:link, A:visited {
	color: #0000ff;
	text-decoration: underline;
}

A:link:hover, A:visited:hover {
	color: #0000ff;
	background: #ffffff;
	text-decoration: underline;
}

.smaller {
}

.keyword {
	font-size: 120%;
	font-weight: bold;
}


