body{
    color: #401010;
    background-color: #FFFFFF;
    background-image: url(03.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
}

a:link { color: #0000E0; }
a:visited { color: #00A000; }
a:active { color: #40FF40; }

/* Class = Status */
table.Status,table.Status tr{
    border-style: none;
    border-width: 1px;
    padding: 0.15em;
}
table.Status th{
    border-style: outset;
    border-width: 1px;
    background-color: #D0C090;
    padding: 0.15em;
}
table.Status td{
    border-style: outset;
    border-width: 1px;
    background-color: #FFF0D0;
    padding: 0.15em;
}

/* Class = Board */
table.Board,table.Board tr{
    border-style: inset;
    border-width: 1px;
    padding: 0.15em;
}
table.Board th{
    border-style: inset;
    border-width: 1px;
    background-color: #F0D0B0;
    padding: 0.15em;
}
table.Board td{
    border-style: inset;
    border-width: 1px;
    background-color: #FFF8E8;
    padding: 0.15em;
}

/* Class = List */
table.List{
    border-style: inset;
    border-width: 1px;
    padding: 0.15em;
}
table.List th{
    border-style: inset;
    border-width: 1px;
    background-color: #F0D0B0;
    padding: 0.15em;
}
table.List tr,table.List td{
    border-style: inset;
    border-width: 1px;
    background-color: #F8F0D0;
    padding: 0.15em;
}
table.List tr.Blue td{
    border-style: inset;
    background-color: #C0C0E0;
}
table.List tr.Red td{
    border-style: inset;
    background-color: #E0C0C0;
}
table.List tr.Purple td{
    border-style: inset;
    background-color: #E0C0E0;
}
/* Class = SubList */
table.SubList,table.SubList tr{
    border-style: none;
    border-width: 2px;
    padding: 0.25em;
}
table.SubList th{
    border-style: outset;
    border-width: 1px;
    background-color: #C0C0B0;
    padding: 0.15em;
}
table.SubList td{
    border-style: outset;
    border-width: 1px;
    background-color: #F0F0F0;
    padding: 0.15em;
}

/* Class = Title */
p.Title{
    font-size: 220%;
    white-space: nowrap;
}
/* Class = Help */
p.Help{
    border-style: inset;
    border-width: 1px;
    background-color: #D0C090;
    padding: 0.25em;
}

/* Class = Line */
p.Line{
    border-style: outset;
    border-width: 1px;
}
hr{
    background-image: url(rengaline2.gif);
    background-repeat: repeat-x;
    height: 13px;
}
strong{
    color: #802020;
}
.new{
    color: FF8080;
}