/* CSS Document */

Body {
	background-color: #000000;
	background-image: url(images/);
}


P  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
 

A {
	color: #990066;
	text-decoration: none;
	font-weight: normal;
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

A:hover {
	color: #666666;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}



}
