body {
	background-image: url(http://payadvance.com/wp-images/bg.jpg);
	background-repeat: repeat-x;
}

.style1 {color: #CC6600}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
