body {
	scrollbar-arrow-color: Yellow; scrollbar-base-color: #753F10;
	font-family: Verdana, "Arial CE", Arial, sans-serif;
	background-color: #E8D8A8;
}
table {
	font-size: .9em;
}
table p {
	line-height: 160%;
}
a:link {
	color: White;
    text-decoration : underline;
	font: bold;
}
a:visited {
	color: White;
	text-decoration : underline;
	font: bold;
}
a:active {
	color: White;
	text-decoration : underline;
	font: bold;
}
a:hover {
	color: Yellow;
	text-decoration : none;
	font: bold;
}

a.menu:link {
	color: #804000;
    text-decoration : underline;
	font: bold;
	font-size: 11px;
}
a.menu:visited {
	color: #804000;
	text-decoration : underline;
	font: bold;
	font-size: 11px;
}
a.menu:active {
	color: Yellow;
	text-decoration : underline;
	font: bold;
	font-size: 11px;
}
a.menu:hover {
	color: #FF0000;
	text-decoration : none;
	font: bold;
	font-size: 11px;
}

a.index:link {
	color: #000080;
    text-decoration : underline;
	font: bold;
	font-size: 11px;
}
a.index:visited {
	color: #000080;
	text-decoration : underline;
	font: bold;
	font-size: 11px;
}
a.index:active {
	color: #000080;
	text-decoration : underline;
	font: bold;
	font-size: 11px;
}
a.index:hover {
	color: #FF8040;
	text-decoration : none;
	font: bold;
	font-size: 11px;
}
hr {
	color: #753F10;
}

