body{
	background-color: #EEFFEE;
	width			: 800px;
	text-align		: center;
	margin-top		: 2px;
	border-width	: 1px:
	border-color	: darkgreen;
	font-size		: 12px;
	line-heght		: 18px;
}

A:link{ text-decoration: none; 
		color: darkgreen;
	  }
A:visited{
		text-decoration: none;
		color: darkseagreen;
	  }

A:hover{
		text-decoration: underline;
		color: darkseagreen;
}

h1{
	font-family	: "HGŠÛºÞ¼¯¸M-PRO","‚l‚r –¾’©"
	font-size	: 15px;
	font-weight	: bold;
	color		: darkgreen;
	text-align	: center;
	padding		: 2px;
	margin		: 2px;
}
	
h2{
	font-family	: "HGŠÛºÞ¼¯¸M-PRO","‚l‚r –¾’©"
	font-size	: 13px;
	font-weight	: bold;
	color		: navy;
	text-align	: center;
	padding		: 1px;
	margin		: 1px;
}

h3{
	font-family	: "HGŠÛºÞ¼¯¸M-PRO","‚l‚r –¾’©"
	font-size	: 12px;
	font-weight	: bold;
	color		: navy;
	text-align	: center;
	padding		: 1px;
	margin		: 1px;
}

h4{
	font-family	: "HGŠÛºÞ¼¯¸M-PRO","‚l‚r –¾’©"
	font-size	: 11px;
	font-weight	: bold;
	color		: navy;
	text-align	: center;
	padding		: 1px;
	margin		: 1px;
}
table, th, td{
	padding		: 2px;
	font-size	: 12px;
	line-height	: 18px;
}

