@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	color: #FFFFFF;
	
}

a{
	color: #FFFFFF;
	text-decoration: none;
	
}

a:hover
{
	font-size: x-large;
}