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

body {
	background: #ffffff;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 70%;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #555555;
