@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffe8;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:visited {
	text-decoration:none;
}

