body {
      background-color: #B57600;  		
     }

h1 {
   text-decoration: none; 
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
	}

p {
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #000000;
  }

a {
   text-decoration: underline; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight: bold; 
   color: #412700;
  }
  
li {
	text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #000000;
   line-height: 125%;
   }

a:link {color: #412700}         /* unvisited link */
a:visited {color: #2D4B08}      /* visited link */
a:hover {color: #6C000A}     	/* mouse over link */
a:active {color: #FFFFFF}   	/* selected link */

#placemat {
	margin: 10px auto;
	padding: 10px;
	width: 90%;
	border-style: none;
	background-color: #F8C473;
	}

#navtable {
	margin: auto;		
	font-size: 80%;
	text-align: center;
	vertical-align: top;
	
	}

#navcells {
	border-style: double;
	border-width: 5px;
	border-color: #412700;
	padding: 5px;
	border-spacing: 0;
	text-decoration: none;
	}

#banner	{
		border-style: none;
		padding-top: 2px;
		text-align: center;
		width: auto;
		margin: auto;
		}

#attending	{
			border: 2px;
			text-align: center;
			padding: 5px;
			margin: auto;
			width: 65%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
   			font-size: 100%;
			}

.tabletext {
	border: none;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 100%;
   	text-align: left;
   	line-height: 150%;
   	color: #000000;
   	}

.gadget	{
		width: 320px;
		margin: auto;
		}
	
