body, html {
  height: 100%;
		background:#584C2F;
		margin:10px;
		padding:0px;
		}
	
body , p , td , input , textarea , select {
 color: #EDDBAE;
		font: 9pt/1.2 Verdana, Arial, Helvetica, sans-serif;
}

a {
          text-decoration: none; font-weight: bold;
}
a:link, a:visited, a:active {
          color: #C36231;
}
a:hover {
          color: #C36231;
          text-decoration: underline; 
}		
input , textarea , select , option {
          border: 1px solid #FFFFFF;
          background: #F9F8F5;
      }
form {
          display: inline;
          padding: 2px;
      }
.button {
          background: #FFFFFF;
          border: 1px solid #000000;
      }
hr {
color: #FFFFFF;
height: 2px;
width: 100%;
}
