/*  
This style sheet is the property of Herald Journal Publishing, Inc. ( http://www.herald-journal.com/ )
Author: Josh Leuze ( jleuze@hjpub.com )
*/

body       { color: inherit; font-family: Myriad, Arial, Sans-Serif; background: black url("graphics/background.jpg") repeat-x fixed }


#mainnav, #mainnav a, #mainnav a:visited, #mainnav a:hover     { color: #000; text-decoration: none }

#mainnav a:hover   { color: #000; text-decoration: underline }
	
	#frontnav, #frontnav a, #frontnav a:visited, #frontnav a:hover   { color: #ffffff; text-decoration: none }

#frontnav a:hover {
	text-decoration: underline;
		color: #ffffff;

	}
	
#Hnav, #Hnav a, #Hnav a:visited     { color: #000; font-size: 1.2em; font-weight: bold; text-decoration: none }

#Hnav a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
	
	
	a, a:visited, a:hover      { color: black; text-decoration: none }

a:hover    { color: red; font-weight: bold; text-decoration: underline }
