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

p{
	font-family: Verdana, serif; font-size:12px;
	color:black;
}

body{
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	background-attachment: fixed;
	background-position: center center;
}

a:link{
	text-decoration:none;
	color: #FFF;
}

a:visited{
	text-decoration:none;
	color: #FFF;
}

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

a:hover{
	text-decoration:none;
	color: #F30;
}