BODY {
	background-color : brown;
	color : Yellow;
	font-family : Arial, sans-serif;
	font-size : 10pt;
}

TABLE {	background-color :Brown;
	color : Yellow;
	text-align: center;
}

TD {
	background-color : brown;
	color : Yellow;
	font-size: 10pt;
	font-family:  Arial, sans-serif;
	text-align: center;
}

A:LINK {
	color: White;
	background-color: Blue;
}

A.small {
	color: White;
	background-color: Blue;
	font-size: 8pt
}

A:ACTIVE {
	color: White;
	background-color: Green;
}

A:VISITED {
	color: Aqua;
	background-color: Blue;
}

H1 {text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-family: "Times New Roman", serif;
}

H3 {
	background-color: Blue;
	color: Yellow;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	font-family: "Times New Roman", serif;
}

INPUT {
	background-color: Blue;
	color: Yellow;
}
div.small {font-size: 7pt;
	
}
