@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #A1A3A5;
}
a:link {
	color: #DCDDDF;
	text-decoration: none;
}
a:visited {
	color: #DCDDDF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #DCDDDF;
	text-decoration: none;
}
