body 
{
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
    text-align: left;
}

p       {font: 10pt sans-serif}
h2      {font: 18pt arial; font-weight:bold}
h3      {font: 12pt arial; font-weight:bold}
li      {font: 10pt sans-serif}

a:link    { color: rgb(122, 153, 200); text-decoration: none; }
a:visited { color: rgb(122, 153, 200); text-decoration: none; }
a:hover   { color: rgb(122, 153, 200); text-decoration: underline; }

p#huge
{
    font: 24pt arial;
    font-weight: bold;
    line-height: 32px;
    border-bottom: 2px solid rgb(211, 211, 211);
}

p#large
{
    font: 14pt arial;
    font-weight: bold;
    line-height: 32px;
    border-bottom: 1px solid rgb(211, 211, 211);
}

/* end */
