
#content  table a{
background: url(../images/nav_button.gif) 0 0 no-repeat;	
padding-top:.2em;
	display: block;			/* Making the links block elements makes the whole list item clickable (rather than just the text itself). */
	height:23px;
	color: #000099;			/* The links in the nav area are blue and are not underlined. */
	font:  14px Arial, Helvetica, sans-serif;
	text-decoration: none;

}


#content   table  a:hover {
background: url(../images/nav_button2.gif) 0 0 no-repeat;	/* The background of the list items uses this partially transparent white background. */
 
	color: #FFF;				/* Link color. */
} 

h4 {
	margin: 0.5em 0 0 0.5em; /* Removes default top margin but sets bottom margin to create space beneath header and following text. */
	font:  normal 100% Arial, Helvetica, sans-serif; /* Makes the text bold, sets font size larger than default body text size but smaller than the h1, and sets different font family options for h1 page headers. */
	}


.pumpkin {
	position: absolute;
	z-index: 1;
	left: 717px;
	top: 287px;
}
 
.goblins {
	position: absolute;
	z-index: 1;
	left: 300px;
	top: 250px;
}
.Parade {
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	
}
.Auction {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;	
}
.GaelicGarlic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant: small-caps;
	color: #339900;
}
.Paradelg {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	color: #339900;
}
.gala {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#339900;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin: 0 0 1em 0;
}
.Ball {
	font-family: "Brush Script MT";
	color:#339900;
	text-align:center;
	font-weight: bold;
	font-size: 36px;
	text-decoration: none;
	margin: 0 0 1em 0;
}
.blueCell{
	background: #2270FF;
	color: #FFFFFF;
}
