a         { text-decoration: underline}
a:link    { color: red}
a:visited { color: purple}
a:hover   { color: orange}
a:active  { color: black}
a.x         { text-decoration: underline}
a.x:link    { color: white}
a.x:visited { color: #3366CC}
a.x:hover   { color: orange}
a.x:active  { color: black}
p       { font: normal}
.main   { font: normal 12pt arial; color: #0033CC}
.footer { font: normal 8pt arial, monospace; letter-spacing: 1pt}
h3.orange { color: orange}
hr        { color: #3366CC}
h2        { color: orange; font: italic bold }