@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	margin-left: 10px;
}
a:link {
	font-size: .95em;
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
