BODY {
 background-color: #261C1A;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
 background-position: top;
  color: #FFFFFF;
  font-family: arial;
  font-size: 10px;
  margin: -1px;
}
p {
  color: #FFFFFF;
  font-family: arial;
  font-size: 10px;
  margin: -1px;
}
#header {  
  font-size: 13px;
  text-decoration: strong;
  border-bottom: 1px solid #715853;
  width:100%
 }
A {
  color: #B1A78B;
  text-decoration: underline;
}

A:hover {
	text-decoration: underline;
	color: #FFD049;

}
.colortext {
color: #B1A78B;
}
.box1 {
border: 1px solid #715853;
background-color: #4C3A30;
}
.box2 {
border: 1px solid #715853;
background-color: #412D24;
}
.box2 {
border: 1px solid #715853;
background-color: #452C25;
}