
/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link {
	color: #FF6699;
}
a:visited {
	color: #FF9999;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}
p {
	color: #FF6666;
	}
body {
			background-image:url(images/bgsal.gif);
			background-repeat: no-repeat;
			background-position: center top;
			color: #FF6666;
	}
.bg {
	background-color: #FF6666;
	color: #ffffff;
	border-style: none;
	font-weight:bold;
	}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #FF6666;
	}
