body, P, table, td,  H1, H2, H3{ font-family: Arial, helvetica, sans-serif; font-size: 14px }
body         { background color:  white }
h1           { font-weight: bold }
h2           { color: #000080; font-weight: bold }
h3           { color: #000080; font-style: italic; font-weight: bold }
a:link       { text-decoration: underline; font-weight : bold; color: navy }
a:visited    { text-decoration: underline; font-weight : bold; color: navy }
a:active     { text-decoration: underline; font-weight : bold; color: navy }
a:hover      { text-decoration: underline; color: red }

a:link.red       { text-decoration: underline; font-weight : bold; font-size: 13px; color: red }
a:visited.red    { text-decoration: underline; font-weight : bold; font-size: 13px; color: red }
a:active.red     { text-decoration: underline; font-weight : bold; font-size: 13px; color: red }
a:hover.red      { text-decoration: underline; font-size: 13px; color: blue }

a:link.blue       { text-decoration: underline; font-weight : bold; font-size: 13px; color: blue }
a:visited.blue    { text-decoration: underline; font-weight : bold; font-size: 13px; color: blue }
a:active.blue     { text-decoration: underline; font-weight : bold; font-size: 13px; color: blue }
a:hover.blue      { text-decoration: underline; font-size: 13px; color: blue }