body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#b9b9b9;
	margin:20px;
	font-family:Arial, sans-serif;
	font-size:12px;
}

h1 {
	font-size:18px;
	color:#ff830f;
}

.content {
	line-height:20px;
}

a:link, a:visited, a:active {
	color: #ff830f;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.style1 {
	font-size: 11px;
	color: #4d4d4d;
}