body {background-color: lightgoldenrodyellow}

.blue {color: blue}
.red {color: red}
.purple {color: purple}
.darkgreen {color: darkgreen}
.green {color: green}
.navy {color: navy}
.black {color: black}

h1, h2 {text-align: center}

ul.blueball {list-style-image: url("../misc/blueball.gif");
             margin-left: 1em}
ul.redball {list-style-image: url("../misc/redball.gif");
            margin-left: 1em}
ul.greenball {list-style-image: url("../misc/greenbal.gif");
              margin-left: 1em}
ul.orangeball {list-style-image: url("../misc/orangeba.gif");
              margin-left: 1em}
li strong {font-size: 110%}

th {font-size: 80%}
td {font-size: 80%}
table.char th {font-size: 100%}
table.char td {font-size: 100%}
table.char td.big {font-size: 120%}
table.char td.jbig {font-family:'MS PMincho'; font-size: 48px}
table.char td.bmid {font-size: 24px; height: 48px; color:black}
table.char td.rmid {font-size: 24px; height: 48px; color:red}
table.char td.ymid {font-size: 24px; height: 48px; color:yellow}
