@import url("style.css");
/* CSS Document */

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