a:link
{
        color: rgb(51,102,153); /* body hyperlinks highlighted in deep blue */
}
a:visited
{
        color: rgb(51,51,51); /* body visited hyperlinks highlighted in dark grey */
}
a:active
{
        color: rgb(153,153,153); /* body active hyperlinks highlighted in medium grey */
}
a:hover
{
        color: rgb(102,0,0); /* body hover hyperlinks highlighted in deep red */
}
body
{
        font-family: Arial, Verdana, Helvetica;
        font-size: 10pt; /* consistent text size */
}
table
{
	font-family: Verdana, Arial, Helvetica;
        font-weight: normal;
        font-size: 8pt;
        color: rgb(0,0,0);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
        font-weight: normal;
}
h1
{
        font-size: 12pt;
}
h2
{
        font-size: 10pt;
}
h3
{
        font-size: 8pt;
}
h4
{
        font-size: 6pt;
}
h5
{
        font-size: 6pt;
}
h6
{
        font-size: 6pt;
}