/* Background images */
body {background: white url(images/marble.png) 0 0 repeat fixed;}

/* Positioning */
div#main { display: block; }

/* Font styling */

  /* Generalized */
  body {
        width: 680px;
        font-family: Gill, Helvetica, Arial, sans-serif;
        font-size: 14px;
       }
  a {
     color: black;
     text-decoration: none;
    }
  a img { border: none; }
  a:link:hover { color: #C00; }
  a:visited { color: #C60 }
  p {
     width: 620px;
     margin-right: 15px;
     margin-left: 15px; 
    }
  p a { text-decoration: underline; }

  h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 26px;
     }
  h2 { 
      font-size: 20px;
      font-weight: bold;
      margin-top: 1.5em;
      margin-bottom: 1em;
     }
  h3 {
      font-size: 24px;
      margin-bottom: 14px;
     }
  h4 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
     }
  td {
      font-size: 14px;
      vertical-align: top;
     }
  td a:link { text-decoration: underline; }

  /* Classes */
  .indextext {
              font-size: 26px;
              font-weight: bold;
             }
  
  .smalltext { font-size: 12px; }
  .totop { font-size: 10px; }

  /* Div-specific */
  div#navbar { 
              font-size: 22px;
              margin-bottom: 36px;
              clear: bottom;
             }
  div#menu {
            font-size: 12px;
            font-weight: bold;
           }
  div#pubs { text-align: left }
