A {
	text-decoration:none;
}
A:link {
	color: #FF9900;
}
A:visited {
	color: #FF9900;
}
A:hover {
	color: #850083;
}

BODY {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 18px;
	background-color: #696969;
	text-align:center;
	margin:0px;
	padding:0px;
}

#box {
	width:800px;
	hight:100%;
	border-left: 0.5ex inset #458B74;
	border-right: 0.5ex outset #458B74;
	margin: 0px auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	color: #FFFFFF;
	background-color: #394F42;
	text-align:left;
}

.em {

	font-weight : bold;
  	color : red;
}

.em2 {
	color:#D3D3D3;
	size:90%;
}

.small70 {
	color:#000000;
	size:10pt;
}


