/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}

  body { font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: normal;
    color: rgb(255, 255, 255);
    background-color: rgb(10, 10, 10);
    background-attachment: fixed;
    }

  body.home { background-image: url(images/sfondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    }

  body.other { background-image: url(images/sfondo2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
  }

  a:link, a:visited { font-weight: normal;
    text-transform: none;
    text-decoration: underline;
    color: rgb(199, 120, 255);
    }

  a:hover { text-decoration: none;
    color: rgb(255, 153, 0);
    }

