a:link
{
        color: #9F9F9F;font-weight:bold 
}
a:visited
{
        color: #4C4C4C;font-weight:bold 
} 
a:active 
{
        color: #000000;font-weight:bold
}
body
{
        font-family: Arial;
        background-color: rgb(247,247,247);
        color: #4C4C4C;
        font-size:8pt
}
table
{
        table-border-color-light: rgb(255,0,0);
        table-border-color-dark: rgb(0,0,0); 
        font-family: Arial;
        font-size:8pt
}
h1, h2, h3, h4, h5, h6
{
        font-family: Arial;
        font-size:10pt;

}
h1
{
        color: #4C4C4C;
        font-weight:bold;
        font-size:14pt;
}
h2
{
        color: rgb(255,100,100);
}
h3
{
        color: rgb(204,51,0);
}
h4
{
        color: rgb(255,255,153);
}
h5
{
        color: rgb(255,255,0);
}
h6
{
        color: rgb(0,0,0);
}
