body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(index.png);
}
a {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033FF;
}
h1 {
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
}

