body {
  background-color: #976f51;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

table {
  background-color: #fff8e6;
  padding: 0
}

a:link    {color: #993300; text-decoration:none; }
a:visited {color: #993300; text-decoration:none; }
a:hover   {color: #ff5f5f; text-decoration:none; }
a:active  {color: #ff0000; text-decoration:none; }

.pageHeading {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
  font-size: 24px;
  font-weight: bold;
  color: #542100;
  margin-bottom: 0px;
}

.smallerFont {
  font-size: 0.8em;
  line-height: 1.3em;
}

.picnic {
  font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
  font-size: 5em;
  font-weight: bold;
  color: rgba(120,70,40, 0.8);
  text-shadow: 1px 4px 5px #def, -1px -2px 3px #000;
  -webkit-text-stroke: 1px rgba(200, 0, 0, .6);
  -moz-text-stroke: 1px rgba(200, 0, 0, .6);
  -ms-text-stroke: 1px rgba(200, 0, 0, .6);
  margin-top: 2px;
  margin-left: 20px;
  margin-bottom: 0px;
}


/*

.basicParagraphSmaller {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 15px;
	margin-left: 25px;
	line-height: 1.3em;
}
.indexMeetingInfo {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

*/