/* color scheme: hue degrees 94, 214, 334 */

BODY, P, TD {
	font-size : x-small;
	font-family : Verdana, sans-serif;
	}

BODY {
	color : white;
	background-color : black;

	margin: 0em 1em;
	}

A:link {
	color : #2f6d00;
	text-decoration : underline;
	}
	
A:visited {
	color : #7496c2;
	text-decoration : underline;
	}

A:active {
	color : #7496c2;
	text-decoration : none;
	}
	
A:hover {
	text-decoration : none;
	}

TD {
	color : black;
	background-color : white;
	}
	
TD.blue, TH.blue {
	background-color : #b0c4de;
	}

.copy {
	font-size : xx-small;
	margin: 1px;
	}
