body {
	background-color: #f0ffff;
	background-image: url("/images/backgroundgold.jpg");
        background-repeat: repeat;
	margin: 0px auto;
	width: 720px;
	font-family: Verdana;
	font-size: 12px;
	padding: 20px;
	text-align: right;
}

a:link {
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
}

#content {
width: 720px;
}