/* for common */
body{
	margin:0;
	padding:0;
	/* base color */
	color:#3d2e37;
	background-color:#dbcf98;
}

img{
	border:none;
}

/* for links */
a:link{color:#a30039; text-decoration:underline}
a:visited{color:#a30039; text-decoration:underline}
a:hover{color:#ff0040; text-decoration:underline}
a:active{color:#ff0040; text-decoration:underline}

/* for footer */
td.footer{color:#f0f0f0;padding-left:6px}
a.footer:link{color:#f0f0f0;text-decoration:none}
a.footer:visited{color:#e0e0e0;text-decoration:none}
a.footer:hover{color:#ffffff;text-decoration:underline}
a.footer:active{color:#ffffff;text-decoration:underline}

/* for text-format */
.distribute{text-align:justify;text-justify:distribute}
.bold{font-weight:bold}
/* for font */
.gold{color:#e8d184}
.black{color:#202020}
.white{color:#e8e8e8}
.red{color:#ad2a07}
