body {
   background-color: #FFFFFF;
   scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #792117;

padding: 0px;
   color: #5F4B36;
   font-family: trebuchet ms;
   font-weight: normal;
   font-size: 12px;
   background-color: #FFFFFF;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    font-family: georgia;
    font-style: italic;
    font-size: 8pt;
    color:#792117;
    font-weight: bold;
    cursor: default;
    background-color: #FFFFFF;
}
a:hover {
    text-decoration: none;
    color:#050B01;
    font-style: italic;
    font-weight: bold;
    cursor: help;
    background-color: #FFFFFF;
}
.layout {
     background-color: #FFFFFF;
     color: #5F4B36;
     width: 400px;
     padding: 0px;
     text-align: justify;
     cursor: default;
     border: 0px solid #FFFFFF;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #FFFFFF;
	color: #5F4B36;
	text-align: center;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
                  margin-right: auto;
                  margin-left: auto;
}
   .nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#792117;
    font-weight: bold;
    background-color: #FFFFFF;
}
   .nav a:hover {
    text-decoration: none;
    color:#050B01;
    font-weight: bold;
    cursor: help;
    background-color: #FFFFFF;
}
     .main {
     background-color: #FFFFFF;
     color: #5F4B36;
     font-family: trebuchet ms;
     font-weight: normal;
     text-align: left;
     font-size: 12px;
     padding: 0px;
     border: 0px;
     width: 95%;
     margin-right: auto;
     margin-left: auto;
}
    .heading {
     background-color: #FFFFFF;
     font-weight: bold;
     font-size: 16px;
     font-style: italic;
     color: #152E1B;
     font-family: georgia;
     text-transform: none;
     letter-spacing: 2px;
     border-bottom: 0px solid #000000;
}

   strong {
   color: #BABCA7;
   font-family: trebuchet ms;
   font-weight: bold;
   font-size: 12px;
}

 em {
   color: #FCA02F;
   font-family: trebuchet ms;
   font-weight: normal;
   font-size: 12px;
}

ul {
   list-style-type: square;
}

 .footer {
   color: #000000;
   font-family: courier new;
   font-weight: normal;
   font-size: 30px;
   font-style: italic;
}
