* {
  font-family:trebuchet ms,arial,helvetica,sans-serif;
  font-size:16px;
}

p, h1, h2, h3, label, table {
  color:white;
}

html, body {
  height:100%;
  margin:0;
  padding:0;
}

body {
  background:#C7B577 url(../img/body.jpg) repeat-x;
}

a {
  color:#C7B577;
  text-decoration:none;
}

a:hover {
  color:#F1ECD8;
}

a:visited {
  color:#AB8A54;
}

img {
  border:none;
}

label {
  display:block;
  float:left;
  width:150px;
}

hr {
  background-color:white;
  border:0;
  color:white;
  height:1px;
  margin:0 -50px;
}

h1 {
  clear:both;
  font-size:24px;
  font-weight:bold;
  margin-left:-20px;
}

h2 {
  font-size:18px;
  font-weight:bold;
  margin-left:-20px;
}