body {
	background-color: #9d8045;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../images/background.png);
}
a:link {
  color: #FF6600;
}
a:visited {
  color: #FF6600;
}
a:active {
  color: #000080;
}
