body
{
  color: rgb(0,0,0);   
  background-image:url(pictures/bg1.jpg)
}

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;
}

pre,tt
{
  font-family: Arial,  sans-serif;
  font-size:     0.9em;
}

small
{
  font-size:     0.6em;
}


h1
{
  font-size:     1.3em;
  margin-top:    1.5em;
  margin-bottom: 0.25em;
}

h2
{
  font-size: 1.2em;
  margin-top:    1.25em;
  margin-bottom: 0.125em;
}

h3
{
  font-size: 1.1em;
}



div.page {
    margin-left: 13.5em; /* change according to menu.css */
    margin-right: 0.25em;
    color: rgb(0,0,0);  /* Text color */
    background: transparent;
}



div.pyextract {
    font-size: 0.9em;
    margin-left: 15em; /* change according to menu.css */
    margin-right: 0.25em;
    color: rgb(0,0,0);  /* Text color */
    background: transparent;
        margin-top:    1em;
        margin-bottom: 0.5em;
}


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; }




