/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999;
}

a
	{
	color: #dd0574;
	text-decoration: underline;
	}

a:hover
	{
	color: #999;
	text-decoration: none;
	}
	
.centerText{
	color: #dd0574;
}

