body { 
  background: black;
  font-family: Arial;
  font-size: small;
  line-height: 120%;
  color: blue;
  white-space: nowrap
}

P, H1, H2, H3, H4 {
   background: black;
   font-family: Arial;
   font-variant: normal;
   font-style: normal;
   font-weight: normal;
   }

P { 
   background: black;
   color: white;
   font-size: small;
   font-weight: normal;
   line-height: 120%;
   }


#blue { 
   background: black;
   color: blue;
   }

H1, H2, H3, H4 {
   line-height: 100%;
   background: black;
   color: blue;
   }

H1, H2, H3 { font-weight: bold }

h1 { font-size: xx-large }

h2 { font-size: x-large }

h3 { font-size: large }

h4, h5 { font-weight: normal }

h4 { font-size: medium }

h5 { font-size: small }   

:link { 
   background: black;
   color: blue;
   }
:visited {
   background: black;
   color: blue;
   }
:active {
   background: black;
   color: blue;
   }

div { display: none }

div.mybar { display: block; border-top: solid thin blue; width: 75%; margin-bottom: 5% }

img { display: none }

img.mine { display: block }

table { display: none }

table.mine {display: block }