body {
margin: 20px 0 20px 0;
padding:0;
background:#3c260e;
font:xsmall Verdana,Sans-serif;
line-height:1.6em;
color:#333;
text-align: justify;
 text-decoration: none;
 text-indent: 5px;
 background-image: url(images/photos/background.jpg);
}
h1 {
	color: #993333;
	font-size: medium;
	text-align: center;
	text-transform: capitalize;
}
a:link {
	color: #9D5C00;
	text-decoration: none;
}
a:visited {
	color: #9D5C00;
	text-decoration: none;
}
a:active {
	color: #9D5C00;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.content{
	padding-left: 25px;
}
textarea.text, input.text {
font: 8px Verdana, Arial, sans-serif;
border: 0;
 border-bottom: 0px none;
 border-left-width: 0px;
 border-right-width: 0px;
 border-top-width: 0px;
 margin-left: 10px;
}
#button{
   color:#050;
   font: 8px Verdana, Arial, sans-serif;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}
input.button {
font: 11px Verdana, Arial, sans-serif;
background: #993333;
color: #fff;
}
label{
float: left;
width: 80px;
}