@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}

p.more {
	color:#000;
	font-weight:bold;
}
a, a.visited {
	color: #ff4502;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}