td {font-size: 9pt}
b {font-size: 9pt}
body {font-size: 9pt;background-color:white;cursor:crosshair;}
body {color:gray;}
A {text-decoration:none;cursor:crosshair}
A:hover { color:blue }

.bold {color:black;font-size:9pt;font-weight:bold;}
.kakusi {color:white;font-size:5pt}
.red {color:red;font-weight:bold;}
.blue {color:blue;font-style:italic}
.green {color:limegreen;font-style:italic}

H1 {color:darkblue;font-style:italic;font-size:16pt;}
H2 {color:lightblue;font-style:italic;font-size:14pt;}
H3 {color:darkblue;font-size:10pt;}
H4 {color:powderblue;}
H5 {color:lightblue;font-size:10pt;}

BODY{
  scrollbar-face-color : white;
  scrollbar-highlight-color : white;
  scrollbar-shadow-color : gray;
  scrollbar-3dlight-color : lightgray;
  scrollbar-arrow-color : powderblue;
  scrollbar-track-color : lightgray;
  scrollbar-darkshadow-color : gray;
}