      body {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        /*background: url("images/bg.png") #5a76ff center repeat-y fixed;*/
      }
      A {
        font-variant: small-caps;
      }
      A:link {
        color: #494dbc;
        text-decoration: none;
      }
      A:visited {
        color: #494dbc;
        text-decoration: none;
      }
      A:hover {
        color: #319600;
        text-decoration: none;
      }
      A:active {
        color: red;
        text-decoration: line-through;
      }
      A.spec {
        text-decoration: none;
      }

      A.spec:hover {
        color: #319600;
        text-decoration: none;
        letter-spacing: 1pt;
      }