/* CSS Document */

html{
	font-size:12px;
	line-height: 150%;
	color:#333333;
	border:none;
}

body{
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* link */
a {
	color:#618215;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#618215;
	text-decoration:underline;
}

