@charset "utf-8";
/* CSS Document */

body{
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	background-color:#fff;
}

a{
	color:#4d7b46;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
