body { color: black; background-color: white; }
p {}
td {}
a:link { color: black ; text-decoration: none; }
a:visited { color: black ; text-decoration: none; }
a:hover { color: red ; text-decoration: underline; }
a:active { color: red ; text-decoration: underline; }
h1 { color: white; font-size: 10pt; font-family: Osaka, "ＭＳ ゴシック"; margin-top: 0; margin-bottom: 0; }
h2 { color: white; font-size: 10pt; font-family: Osaka, "ＭＳ ゴシック"; font-weight: bold; margin-top: 0; margin-bottom: 0; }
.red { color: red; }
