body {
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	line-height: 150%;
	font-size: 12px;
	color: #333333;
	margin:0px 0px 0px 0px;
}
.header {
	width:860px;
	margin:25px auto;
	text-align:center;
}

.file {
	width:500px;
	margin:25px auto;
	padding:10px 0;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
.main {
	width:500px;
	margin:0 auto;
	padding:0 0 25px 0;
	text-align:left;
	border-bottom:#999999 1px solid;
}
.footer {
	width:500px;
	margin:0 auto;
	padding:10px 10px 20px 10px;
	text-align:right;
	font-size:10px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

