body { 	background-color: #ffffa0;
	color: #000000;

}

a {	color: #007fff; 
	
	font-weight: bold; 
	
	text-decoration: underline;

}

span.red { color: #ff0000;

}

span.park { color: #007fff;

}

a.name { font-weight: bold;
	
	color: #f180ab;

	text-decoration: none;

}

a:hover { color: #f180ab;

	text-decoration: none;

}

a.nav {	color: #007fff; 
	
	font-weight: bold; 
	
	text-decoration: none;

}

a:hover.nav { color: #f180ab;

	text-decoration: underline;

}



p	{ font-size: 90%;

}

p.small { font-size: 75%;

}

li	{ font-size: 85%;

}


table { font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 90%;

	width: 80%;

	text-align: left;

	border-top: black 1px solid;

	border-bottom: black 1px solid;

	border-left: black 1px solid;

	border-right: black 1px solid;

	background-color: #c7e3ca;


}

td.blank { border-top: black 1px none;
	
	border-bottom: black 1px none;
	
	border-left: black 1px none;

	border-right: black 1px none;

	background-color: #c7e3ca;

}

table.nav { font-family: Verdana, Arial, Helvetica, sans-serif;

	width: 65%;

	font-size: 100%;

	font-weight: bold;

	text-align: center;

	border-top: #f180ab 1px solid;

	border-bottom: #f180ab 1px solid;

	border-left: #f180ab 1px solid;

	border-right: #f180ab 1px solid;

	background-color: #ffffff;


}

table.blank { border-top: black 1px none;

	border-bottom: black 1px none;

	border-left: black 1px none;
	
	border-right: black 1px none;

}

td.logo { text-align: left;

}


h1 { 	font-size: 120%;
	color: #f180ab;
	font-weight: bold;
	

}

h2 { 	font-size: 95%;
	font-weight: bold;
	color: #f180ab;

}

	



