body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6699;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(0bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6699;
	width: 500px;
	text-align: justify;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FF99CC;
	text-decoration: underline overline;
}
a:visited {
	color: #CC6699;
	text-decoration: underline overline;
}

a:hover {
	color: #FFCCFF;
	text-decoration: underline overline;

}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}