BODY {
	background-color: white;
	background-image: none;
	color: black;
	font-family: "Times New Roman", "Times Roman", Times, serif;
/*	font-size: smaller; */
	}

A:link {
	color: #00B;
	background-color: transparent;
	background-image: none;
	}

A:visited {
	color: #508;
	background-color: transparent;
	background-image: none;
	}

A:active {
	color: #008;
	background-color: #FDD;
	background-image: none;
	}

A:hover {
	color: #508;
	background-color: yellow;
	background-image: none;
	}

H1, P.head {
	font-family:	Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size-adjust:	.4;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	color: #C21;
	background-color: transparent;
	background-image: none;
	text-align: center;
	}

H1 A, P.head A, H1 A:link, P.head A:link, H1 A:visited, P.head A:visited {
	color: #C21;
	background-color: transparent;
	background-image: none;
	}

H1 A:hover, P.head A:hover {
	color: #C21;
	background-color: yellow;
	background-image: none;
	}

HR {
	color: #007000; 
	}

UL {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	text-indent: 0;
	list-style-position: outside;
	list-style-type: square;
	}

UL UL {
	margin-top: 0;
	margin-bottom: 0;
	}

LI, UL LI, UL UL LI {
	margin-left: 0;
	padding-left: 0;
	border-left-width: 0;
	text-indent: 0;
	list-style-position: outside;
	}


UL	{
	margin-left: 1.5em;
	padding-left: 0;
	border-left-width: 0;
	}
