body { color: black; background-color: white; }
p {}
td {}
a:link { color: blue ; text-decoration: none; }
a:visited { color: blue ; text-decoration: none; }
a:hover { color: #cc0000 ; text-decoration: underline; }
a:active { color: #cc6600 ; text-decoration: underline; }
rt { font-size: 0.6em;}

.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	font-size: 15px;
	color: #FF0000;
}
.style4 {font-size: 16px; }
.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #666600;
}
.style6 {
	font-size: 14px;
}
.style6 a:link { color: navy; }
.style6 a:visited { color: navy; }
.style6 a:hover { color: #cc0000; text-decoration: underline; }
.style6 a:active { color: #cc0000; text-decoration: underline; }
.style7 {font-family: "ＭＳ ゴシック", "Osaka－等幅"; font-size: 14px; }
.style7 a:link { color: blue; }
.style7 a:visited { color: blue; }
.style7 a:hover { color: aqua; text-decoration: underline; }
.style7 a:active { color: aqua; text-decoration: underline; }
.style8 {
	font-size: 12px;
	color: #666600;
}
.style9 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
@media print {
     body { display: none; }
}