body {
	font-size: 80%;
	margin: 0;
	padding: 0;
	color: #333333; 
	background-image: url("../common/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	}

td { font-size: 80%; color: #333333; }
.line150 { line-height: 150%; }
.font-s { font-size: 70%; }
.f-s120{ font-size: 70%; line-height: 120% }
.font-l { font-size: 90%; }
.space { letter-spacing:1px; }
a { text-decoration: none; }
a:link { color:#990000; }
a:visited { color:#990000; }
a:hover { text-decoration: underline; }
a:active { color:#CC0000; }
