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

body {
	background-color: #000;
	text-align: center;
	color: #515151;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	word-spacing: 2px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}