body {
    background-color:#fff7ee;
    margin:auto;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    color:#6a6a6a;
    max-width: 500px;
}
a {
    color:#a15700;
    text-decoration:none;
}
a:hover {
    color:#c56a00;
    text-decoration: underline;
}
.logo {
    background: #fcf0e1;
    text-align: center;
    color: #a75b00;
    border-top: 1px solid #ef8100;
    border-bottom: 5px solid #ef8100;
    margin-top:2px;
    margin-bottom:2px;
}
.menu_bg {
    background: #fff2e2;
    border-top: 1px solid #ef8100;
    border-bottom: 2px solid #ef8100;
    color: #bc6804;
    margin-bottom:4px;
}
.menu_tit {
    background: #ffe0bc;
    border-top: 4px solid #ef8100;
    border-bottom: 2px solid #e2ac6b;
    color: #a75b00;
    font-weight:bold;
    padding: 2px;
    margin-bottom:4px;
}
.foot {
    background: #fff2e2;
    border-top: 1px solid #ef8100;
    border-bottom: 2px solid #ef8100;
    color: #bc6804;
    margin-bottom:4px;
    text-align: center;
}

.link  {
background: #fff3af;
border: 1px solid #ef8100;
padding: 0px 5px 5px 5px;
margin: 0px;
}
.b { 
    border:1px inset #ef8100; 
    margin: 0px; 
    padding: 2px; 
    vertical-align: center; 
    background: #ffe0bc;  
    font-size: 12px;  
}
img {
    border: 0px solid;
}
input, textarea, select {
  color: #ef8100;
  background-color: transparent;
  border: 1px inset #ef8100;
}
form {
  margin: 0;
  padding: 0;
}
tr {font-size: 13px;}
td {font-size: 13px;}
