@charset "utf-8";
/* CSS Document */

body {
	background-color: #050505;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #CCCCCC;
}

a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
