

@import url "foo.css";
a:link   { color: fuchsia; text-decoration: none }
a:visited  { color: blue; text-decoration: none }
a:hover { color: #0099cc; text-decoration: underline }
a:active  { color: gray; text-decoration: none }
h4 { font-weight: bold; font-size: 12pt }
h5 { color: #00579f; font-weight: bold; font-size: 8pt; line-height: 1.3em; text-indent: 0pt; margin-top: 5px }
LI  { color: #000; font-size: 10pt; line-height: 1.3em; margin: 3px }
p   { font-size: 10pt; line-height: 1.4em }
