body  {
        background-color : #ffffff;
        color : #000000;
}
.title  {
        font-size : 24pt;
        font-family : Sans-serif;
        font-weight : bold;
        text-align : center;
        color : #000000;
}

.title_light  {
        font-size : 24pt;
        font-family : Sans-serif;
        font-weight : bold;
        text-align : center;
        color : #99ccff;
}

.common  {
        font-size : 12pt;
        font-family : Sans-serif;
        text-align : justify;
}
.common_light  {
        font-size : 12pt;
        font-family : Sans-serif;
        text-align : justify;
        color : #99ccff;
}
.common_ultralight  {
        font-size : 12pt;
        font-family : Sans-serif;
        text-align : justify;
        color : #ffffff;
}



.small {
        font-size : 9pt;
        font-family : Sans-serif;
        text-align : justify;
}
.link  {
        color : #c00000;
        font-family : Sans-serif;
}