@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #600;
}
a:active {
	color: #393;
}
a:visited {
	color: #666;
}
