
BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-image : url(pics/paper1.jpg);
}
H1 {
	text-align : center;
	font-family : "Arial Black", Arial, Verdana;
	font-style : italic;
	font-weight : bold;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
}

OL {
	font-size : medium;
	font-weight : bold;
}

UL.index {

	font-weight : bold;
}
UL.maps {
	font-size : smaller;
	font-weight : bold;
}

DIV.linksnav {
	font-weight : bold;
	font-size : medium;
}
DIV.linksnav2 {
	font-size : small;
	font-weight : bold;
}

TH {
	font-size : small;
	font-weight : bold;
}

A:LINK {
	color : #0000FF;
	text-decoration : none;
}

A:VISITED {
	color : #0000FF;
	text-decoration : none;
}

A:HOVER {
	color : #000099;
	text-decoration : underline;
}


