/* Encapsulate Unicode site styles. 
M.Davis, 1998.12.16
To use, in <head>... 
insert:<link REL="stylesheet" HREF="http://www.unicode.org/unicode.css" TYPE="text/css">*/

body         { margin: 0; font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, sans-serif; 
               color: black; background-color: white; background-repeat: 
               repeat; background-attachment: scroll; background-position: 0% }
th, td       { font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, sans-serif; 
               color: black; background-color: white; background-repeat: 
               repeat; background-attachment: scroll; background-position: 0% }

/* Tables should inherit from body, but don't seem to in NN */

a:link       { color: red; background-repeat: repeat; background-attachment: scroll; 
               background-position: transparent }
a:active     { color: blue; background-repeat: repeat; background-attachment: scroll; 
               background-position: transparent }
a:visited    { color: #666666; background-repeat: repeat; background-attachment: scroll; 
               background-position: transparent }
a:hover      { color: #ff3333; background-repeat: repeat; background-attachment: scroll; 
               background-position: transparent }
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-top: 8px }
h1           { font-size: x-large; text-transform: uppercase; text-align: center }
h2           { font-size: large }
h3           { font-size: medium }
h4           { font-size: medium; font-style: italic }
h5           { font-size: small }
h6           { font-size: small; font-style: italic }
td.icon      { background-color: #990000; color: #fffffe; font-size: 100%; text-align: left; 
               font-weight: bold; font-family: Arial, Geneva, sans-serif; 
               padding: 2px }
td.gray      { background-color: #999999; color: #FFFFFE; font-size: 6pt; padding: 0px }
p.bar        { background-color: #990000; color: #fffffe; font-size: 100%; font-weight: bold; 
               font-family: Arial, Geneva, sans-serif; text-align: right; 
               padding: 4px }
a.bar:link   { color: #fffffe }
a.bar:visited { color: #fffffe }
a.bar:active { color: #fffffe }
a.bar:hover  { color: #ff3333 }
.bb          { page-break-before: always }
.codeComment { color: #0000FF }
