body
{
  color: rgb(0,0,0);   
  line-height: 150%;
}

body,h1, h2, h3, h4, h5, h6, p, ul, ol, dl, td, tt , th, address, caption, blockquote
{
  font-family: Arial,  sans-serif;
}



a
{
  text-decoration: none;
}

h1, h2
{
  font-weight: bold; color: rgb(0,0,120);
}

pre,tt
{
  font-weight: bold;
}


small
{
  font-size:     0.6em;
  line-height: 140%;
}


h1
{
  font-size:     1.6em;
  margin-top:    0.5em;
  margin-bottom: 0.25em;
}

h2
{
  font-size: 1.4em;
  margin-top:    0.75em;
  margin-bottom: 0.125em;
}

h3
{
  font-size: 1.1em;
}



div.page {
    color: rgb(0,0,0);  /* Text color */
    background: transparent;
}




A:link { text-decoration: none; color: #0000b0; }
A:hover { color: #0000a0; ; background: #d0d0d0; }
A:active { color: #0000a0; background: #d0d0d0;}
a:visited { text-decoration: none; color: #8e0068; }



