/* okapon.css */
/* Copyright 1999-2005, $B$]$s$9$1(J */

BODY{
        margin: 0em 2em;
        color: #c0c0c0;
        background: #000000;
        font-size: 14px;
}

.center{text-align: center}

.top{background: #000000 }
.small{font-size: 12px}
.normal{font-size: 14px}
.big{font-size: 16px}
.huge{font-size: 20px}
.giant{font-size: 24px}

.bigbold{font-size: 16px; font-weight: bold}
.hugebold{font-size: 20px; font-weight: bold}

.block{margin-left: 1em; margin-right: 1em; font-size: 14px}
.block1{margin-left: 6em; margin-right: 6em; font-size: 14px}
.blocksmall{margin-left: 1em; margin-right: 1em; font-size: 12px}
.block1small{margin-left: 6em; margin-right: 6em; font-size: 12px}

H1{font-size: 24px}
H2{font-size: 18px}
H3{font-size: 14px}

BLOCKQUOTE{
                     color: #c0c0c0;
                     margin-left: 0em;
                     margin-right: 0em;
}

.yellow{color: #cc9933}
.red{color: #cc0000}

EM{color: #cc0000}
.striketext{text-decoration: line-through}

A:link{color: #cc9933}
A:visited{color: #3333ff}
A:active{color: #cc0000}