@charset "utf-8";
/* CSS Document */
body {
	background: #ffffff;
	padding: 0;
    color: #ffffff;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
	color: #000000;
