html, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: rgb(220,160,30);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: rgb(100,20,20);
}

.red {
	color: rgb(150,20,20);
}

.left {
	float: left;
}
.right {
	float: right;
	margin: .2em 0 .75em 1em;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.txt {
	text-align: left;
	max-width: 670px;
	font: 20px times;
	color: rgb(220,160,30);
	margin-left: auto;
	margin-right: auto;
}

.nav {
	text-align: center;
	font: 18px times;
	color: rgb(220,160,30);
}

.indent {
	text-indent: 30px;
}

body {
	text-align: center;
	margin: 0px 100px;
	font: 12px arial, sans-serif;
	color: rgb(220,160,30);
	background-color: rgb(100,20,20);
	background-image: url('images/fade.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

h1{
	font: 30px, times;
}