@charset "utf-8";
/* CSS Document */
html{
		height:100%;
	}
body {
	font-family: 'Monda', sans-serif;
	margin:0px;
	height:100%;
	color:#444444;
	font-size: 12px;
	background-image: url(../../bg/ricepaper/ricepaper.png);
	background-repeat:repeat;
	margin:20px;
}
a:link{
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #339999;
	font-weight:bold;
}

a:hover{
	color: #0066FF;
	font-weight: bold;
}

