body {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: medium;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
h2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #FFFFCC;
	background-color: #FF3300;
	font-size: small;
	padding: 2px;
}
p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
	padding-left: 10px;
	line-height: 130%;
}
h6 {
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 130%;
}
h3 {
	font-size: small;
	font-weight: bold;
	background-color: #FF9900;
	padding: 2px;
}
a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}

