BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #663333;
	background-color : White;
}

P, TD, A.nav,  .inactive {
	font-size: 0.9em
}

A.nav:link, A.nav:active, A.nav:visited {
	text-decoration: none ;
	font-weight: bold;
	color: Maroon;
}
A.nav:hover {
	text-decoration: none;
	font-weight: bold;
	color: White;
	background-color : Maroon;
}
.inactive   { 
	color : Gray; 
	font-weight: bold; 
}

A.navcopy:link, A.navcopy:active, A.navcopy:visited {
	text-decoration: none ;
	color: Maroon;
}
A.navcopy:hover {
	text-decoration: none ;
	color: White;
	background-color : Maroon;
}

A.copy:link, A.copy:active, A.copy:visited {
	text-decoration: none;
	color: Maroon;
	background-color : #FFFFCC;
}
A.copy:hover {
	text-decoration: none ;
	color: White;
	background-color : Maroon;
}

A.smalllink:link, A.smalllink:active, A.smalllink:visited { text-decoration: none ;  color: Blue; }
A.smalllink:hover   { text-decoration: none ; color: Red }

A.rockmill:link, A.rockmill:active, A.rockmill:visited { text-decoration: none ; color: Gray; }
A.rockmill:hover   { text-decoration: underline ; color: Black }

.smallcopy   {
	font-size : 0.85em;
}
.footer   { color : Gray; }


