@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
}
.white {color: #FFFFFF}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
