body {
	background-attachment: scroll;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #cdcdcd;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}
