
BODY {
	background-color: yellow;
	color: black;
	font-family: geneva, verdana, arial, helvetica, sans-serif;
}

A:link  { color: black; font-weight: bold; text-decoration: none}
A:hover  { color: black; font-weight: bold; text-decoration: underline}
A:visited  { color: black; font-weight: bold; text-decoration: none}
A:visited:hover  { color: black; font-weight: bold; text-decoration: underline}
A:active { color: black; font-weight: bold; text-decoration: none}

DIV {
	text-align: left;
}

DIV.BODY {
	width: 450px;
}

DIV.TOP {
	background-color: yellow;
	font-size: 9pt;
	line-height: 9pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 8px;
	width: 450px;
	border: thick black;
	text-align: right;
}

DIV.ENTRY {
	background-color: yellow; 
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 450px;
	border: thin black;
}

DIV.NEXT {
	font-size: 8pt;
	line-height: 8pt;
	margin: 8px;
	padding: 2px;
	width: 450px;
	border: thin black;
	color: #000000;
}

DIV.PREV {
	text-align: right;
	font-size: 8pt;
	line-height: 8pt;
	margin: 8px;
	padding: 2px;
	width: 450px;
	border: thin black;
	color: #000000;
}

A.NEXTPREV:link, A.NEXTPREV:hover, A.NEXTPREV:active, A.NEXTPREV:visited {
	color: #000000;
}

SPAN.TIME {
	font-size: 8pt;
	line-height: 8pt;
}

