@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
	
h1 {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC99FF;
}


h2 {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC99FF;
}


h3 {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC99FF;
}

p	{
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC99FF;
}
	
a:link {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC99FF;
}
a:hover {
	font-family: trebuchet, arial, verdana, sans-serif;
	text-transform: uppercase;
	color:#FF66FF;
}
a:visited	{font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC99FF;
	}