body {
	background-image: url(new3back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#d49433;
}

li {
  list-style: square;
}
a:link {
	color:#993300;
	text-decoration: none;
}
a:visited {
	color:#cf9033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
	color:red;
	text-decoration: underline;
}