@charset "UTF-8";
body {
	background-color: #101010;
	text-align: center;
	margin: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #f1f1f1;
	text-decoration: underline;
}
a:active {
	color: #000000;
	background-color: #ccccFF;
}
