h1
 {
 font-weight: bold;
 color: #336633;
 font-size: 1.8em;
 text-align: center;
 }

h2
 {
 font-weight: bold;
 color: #336633;
 margin-bottom: 0; 
 margin-right: 0; 
 display: inline;
 font-size: 1.2em;
}

.button
 {
 position:relative;
 margin: 2px 0px 0px 0px;
 height: 2em;
 line-height: 2em;
 width: auto;
 display: inline;
 border: 1px solid #FFF2BF;
 padding: 2px;
 background-color: #336633;
 color: #FFFFFF;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 }

.notice
 {
 text-align: center;
 font-weight: bold;
 color: red;
 }

.question
 {
 text-align: left;
 color: #336633;
 text-decoration: none;
 text-align: left;
 font-weight: bold;
 font-size: 1.2em;
 margin-bottom: 0; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.answer
 {
 text-align: left;
 margin-top: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif}

#nav-menu
 { 
 width: auto;
 background-color: #bde1bd;
 padding: 0;
 margin: 0;
 }
#nav-menu ul
 { 
 background-color: #bde1bd;
 list-style: none;
 padding: 0;
 margin: 0;
 }
#nav-menu li
 {
 margin: 0 0 0 0;
 } 
#nav-menu li a
 {
 position:relative;
 margin: 2px 0px 0px 0px;
 height: 1.8em;
 line-height: 1.8em;
 width: 17em;
 display: block;
 border: 1px solid #FFF2BF;
 padding: 2px;
 background-color: #336633;
 color: #FFFFFF;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 font-size: 14px; }

#nav-menu-text 
 {
 clear: all;
 font-weight: bold;
 font-size: 14px;
 }

#nav-menu ul li a:hover
 {
 background-color: #FFE271;
 border-style: outset;
 }

