a:link, a:active, a:hover { 
	color: #006C00;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	}

a:active, a:hover {
	color: #006C00;
	text-decoration: underline;
	font-weight: bold;
	}

a.embiggen {
	font-size: 16px;
	}
	
body   {
   background-color: #FFDBB1;
   font-family: serif;
   }

.nav
   {
   margin-left: 10px;
   margin-top: 10px;
   margin-right: 10px;
	}

.main
   {
   margin-left: 10px; 
   margin-top: 8px;
   margin-right: 10px;
   }

ul.nudge {
	margin-left: 225px;
}

.foot
   {
   font-weight: bold; 
   font-size: 9px;
   text-align: center;
   margin-bottom: 8px;
   margin-top: 8px;
   font-family: arial, sans-serif;
   }

.sidebar
	{
	border-left: #000 solid 2px;
	border-bottom: #000 solid 2px;
	border-right: #000 solid 2px;
	padding: 4px;
	font-size: 10pt;
	}

.sidebarhead
	{
	border-top: #000 solid 2px;
	border-left: #000 solid 2px;
	border-bottom: #000 solid 2px;
	border-right: #000 solid 2px;
	}
a.foot:link, a.foot:active, a.foot:visited, a.foot:hover
	{
	color: #006C00;
	text-decoration: none;
	font-weight: bold;
	}

.quote
   {
   text-align: center; 
   margin-top: 8px;
   }

.image
   {
   margin-right: 10px; 
   margin-left: 10px;
   }

 ul
   {
   margin-left: 190px;
   list-style-type: round;
   }
   
h3
  {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  }