body{ font-family: sans-serif;
      background: #ecdfcc;
      color: #400000;
    }

a        { text-decoration: none;
           font-weight: bold
         }
a:link   { color :#0000ff }
a:visited{ color :#4444ff }

a.normal { text-decoration: none;
           font-weight: normal;
         }
a.irosumia{ font-size: 60%;
           font-weight: lighter;
         }

input{ background:#d8ffff;
       color:#000080;
       font-family:monospace;
       border-top:2px double #000080;
       border-left:2px double #000080;
       border-bottom:2px double #000080;
       border-right:2px double #000080;
     }

.chibi{ font-size: 90%; }
.deka { font-size:120%; }
.bold { font-weight: bold; }

.reptable{ background : #99eeee;
           color:#000080
         }

.indexbar{ background : #994422;
           font-weight: bold;
           color:#ffddcc
         }
.index{ background : #ffeebb; }

.timeline{ background : #ffffc0; }

.titlebar{ background : #994422;
           font-size: 120%;
           color:#ffddcc;
           white-space: nowrap;
         }

.bar_y{ background : #ffff66; }
.bar_g{ background : #66ff66; }
.bar_m{ background : #ff66ff; }
.bar_c{ background : #66ffff; }
.bar_r{ background : #ff6666; }

.bar_y2{ background : #ffffc0; }
.bar_g2{ background : #ffffc0; }
.bar_r2{ background : #ffffc0; }

.indexicon{ background : #ffffc0; 
            padding : 10px; 
            width : 50px; 
          }



