body {
      background-attachment: fixed;
      background-repeat: repeat-y;
      scrollbar-track-color: #292d63;
      scrollbar-face-color: #444a7a;
      scrollbar-highlight-color: #000040;
      scrollbar-3dlight-color: #000040;
      scrollbar-darkshadow-color: #000040;
      scrollbar-shadow-color: #000040;
      scrollbar-arrow-color: #9faed0;
     }

a:link {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
       }

a:visited {
           text-decoration: none;
           color: #000000;
           font-weight: bold;
          }

a:active {
          text-decoration: none;
          color: #ff0000;
          font-weight: bold;
         }

a:hover {
         text-decoration: none;
         color: #c00000;
         font-weight: bold;
        }

.autor {
        color: #000060;
        font-size: 10px;
        font-weight: bold;
       }        

#info {
       font-size: 16px;
       color: #ff0000;
      }