body {
   background-color: #6c3722;
   padding: 0px;
   color: #34150e;
   font-family: verdana;
   font-weight: normal;
   font-size: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#632519;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#b61d00;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.layout {
     background-color: #ffffff;
     color: #34150e;
     width: 534px;
     padding: 0px;
     text-align: justify;
     border: 1px solid #632519;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: Transparent;
	color: #632519;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.main {
     background-color: #ffffff;
     color: #34150e;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 10px;
     padding: 0px;
     border: 0px;
	 width: 534px;
	 margin-right: auto;
     margin-left: auto;
}
H1 {
     	background-color: transparent;
     	font-weight: bold;
	font-size: 14px;
     	color: #622b20;
     	font-family: Times New Roman;
	font-Style: Italic;
	letter-spacing: 0px;
      	border-bottom:2px Dotted #632519;
}
H2 {
     	background-color: transparent;
     	font-weight: bold;
	font-size: 16px;
     	color: #622b20;
     	font-family: Times New Roman;
	text-transform: uppercase;
	letter-spacing: 1px;
      	border-bottom: 1px Dotted #632519;
}

H3 {
     	background-color: transparent;
     	font-weight: bold;
	font-size: 14px;
     	color: #622b20;
     	font-family: Times New Roman;
	text-Style: Italic;
	letter-spacing: 0px;
      	border-bottom: 1px Dotted #632519;
}

ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:10px;
    border:1px dashed #632519;
    background-color:#ffffff;
    color:#34150e;}