body
{
    background-color:#ffffcc;
}
.whitebg
{
    background-color:#ffffff;
}


table.outter
{
    background-color:#ffffff;
    width:100%;
}

table.note
{
    background:Transparent;
    border:none;
    padding:10px;
    font-family:san-serif;
    font-weight:normal;
    font-size:13px;
    color:#000000;
}

td.block
{
    background-color:#ffffcc;
    border-width:10px;
    border-color:#ffffff;
    border-style:solid;
    padding:20px;
    font-family:cursive;
    font-weight:normal;
    font-size:13px;
    color:#000000;
}

.notetitle
{
    font-family:cursive;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    color:#000000;
}

.pagetitle
{
    font-family:cursive;
    font-weight:normal;
    text-align:center;
    font-size:18px;
    color:#000000;
}

.pagesubtitle
{
    font-family:cursive;
    font-weight:normal;
    font-size:14px;
    color:#000000;
}

.blocktitle
{
    font-family:serif;
    font-weight:bold;
    font-size:16px;
    color:#880055;
}

.blocksubtitle
{
    font-family:serif;
    font-weight:normal;
    font-size:11px;
    color:#880055;
}


