@charset "utf-8";
/* CSS Document */

input {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color:#003;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#006;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#C00;
	font-weight:bold;
	text-decoration:underline overline;
}
