@media screen {
	body {
		font-family: arial;
		font-size: .8em;
		background-color: #ffcc00;
		color: black;
	}
	table {
		font-size: 1em;
	}


TABLEHEADER {
	FONT: 100%/120% "Arial",Verdana, Arial, Helvetica, sans-serif;
        color: white;
        BACKGROUND-COLOR: #ffffcc
}

span.menutop {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #272728; FONT-FAMILY: Verdana, Tahoma, Arial;
		background-color: yellow;
}
	a {
		text-decoration: underline;
		color: blue;
	}
	a:hover {
		color: white;
		background-color: black;
	}
	h1 {
		font-size: 1.6em;
		color: #ffcc00;
	}
	span.underline {
		text-decoration: underline;
	}
	span.highlight {
		background-color: yellow;
	}
	character {
		font-weight: bold;
	}
	q {
		font-family: times,serif;
		font-size: 1.4em;
		background-color: #ccffcc;
	}
	img.left {
		float: left;
	}
	img.right {
		float: right;
	}
	div.footnote {
		font-size: .7em;
		font-style: italic;
		margin-left: 50px;
		padding: 2px;
	}
}

