@charset "UTF-8"; 
/* ========BASIC======== */

body {
	/*
	background-image:url(../img/back_image.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFCC;
	*/
	font-size:13px;
	margin:0;
	padding:10px;
	letter-spacing:1px;
	line-height:120%;
	overflow-y:scroll;
	color:#4F4F4F;
}

/* ========CUSTOMIZE======== */

a:link {
	text-decoration : underline;
	color:#009933;
}

a:visited {
	text-decoration : underline;
	color:#009933;
}

a:active {
	text-decoration : underline;
	color:#009933;
}

a:HOVER {
	color:#009933;
	text-decoration : underline;
}
