BODY, P, H1, H2, H3, H4, H5, H6, TD, TH, DIV, OL, UL, DL
{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #0000aa;
}

BODY
{
 background: silver;
}

P.title
{
 background: red;
}

A.toolbar:link
{
 color: #FF0000;
}

A.toolbar:visited
{
 color: #DD00DD;
}

A.toolbar:active
{
 color: silver;
 text-decoration: underline;
 background: red;
}
