@charset "utf-8";
/* CSS Document */

body {
	background: #000;
}

p {
	margin: 0;
	padding: 0;
}

a.white {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	color: #dc143c;
	text-decoration: underline;
}