  body { 
      background-image: url("background.jpg");
      background-attachment: fixed;
      background-repeat: repeat;
      position: relative;
      margin: 1em 3em 3em 1em; 
  }
  div#content {
      background-color: inherit;
      position:relative; 
      top: 1em; left:2em; right:2em; bottom: 1em;
      color: #000; font: 13px Verdana, sans-serif; padding: 10px;
      border: solid #80c0c0; 
  }

  div#content p {margin:0 1em 1em;}

  A:link { color: blue; background: transparent; }
  A:hover { background: transparent; }
  A:visited { color: green; background: transparent; }
  A:active { color: rgb(255,192,0); background: transparent; }
  h1 { font-size: 200%; }
  h2 { font-size: 150%; }
  h3 { font-size: 100%; }
  em { font-style: italic; }
  .title { text-align: center; font-size: 200%; font-weight: bold; }
  .subtitle { 
    margin-left: 4em; 
    margin-right: 4em; 
    font-size: 150%; 
    font-weight: bold; 
  }
  .google {
    text-align: center;
  }
  .ulist { list-style-type: disc; }
  .text { 
    margin-left: 4em;
    margin-right: 4em;
    font-size: 100%;
  }
  .centered { text-align: center }
  .googleimg { border-style: none; vertical-align: middle; text-align: center }

