@charset "utf-8";
body {
	color: #555555;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.4em;
	text-align:center;
}

a, .adress a {
	color: white;
	text-decoration: underline;
}
a:link, .adress a:link {
	color: white;
	text-decoration: underline;
}
a:hover, .adress a:hover {
	color: white;
}
a:active, .adress a:active {
	color: white;
}
a:visited, .adress a:visited {
	color: white;
}
