@import "/site/arnested.css";

body {
       color: #000000;
       background-color: #ffffff;
       }
.comment {
           /* font-lock-comment-face */
           color: #b22222;
           }
.constant {
            /* font-lock-constant-face */
            color: #5f9ea0;
            }
.doc {
       }
.function-name {
                 /* font-lock-function-name-face */
                 color: #0000ff;
                 }
.keyword {
           /* font-lock-keyword-face */
           color: #a020f0;
           }
.string {
          /* font-lock-string-face */
          color: #bc8f8f;
          }
a {
    color: inherit; 
    background-color: inherit;
    font: inherit;
    text-decoration: inherit; 
    border-bottom: 0;
    }

a:hover {
          text-decoration: underline;
          }

#download {
            border: 0;
            margin-left: -35px;
            position: absolute;
            }

