body {
    background-image:               url('dna-4.jpg');
    background-attachment:          fixed;
    background-repeat:              no-repeat;
    background-position:            right;
    margin:                         0px;
    width:                          100%;
    color:                          #303030;
}

:link {
    color:                              #808080;
    text-decoration:                    none;
}

:visited {
    color:                              #808080;
    text-decoration:                    none;
}

:active {
    color:                              #808080;
    text-decoration:                    none;
}

:hover {
    color:                              #000000;
}

.quote {
    width:                              350px;
    margin-top:                         50px;
    margin-left:                        10%;
    font-family:                        arial;
    font-style:                         italic;
}

.attrib {
    float:                              right;
    font-size:                          12px;
}

.hd {
    border:                             1px solid #f6f6f6;
    padding:                            10px;
    background-color:                   #f0f0f0;
    margin:                             10px 3%;
}

.tit {
    font-family:                        arial;
    font-size:                          larger;
    margin-right: 50%;
}

.foot {
    position:                           absolute;
    width:                              94%;
    bottom:                             0%;
    font-size:                          10px;
    font-style:                         italic;
    margin-left:                        3%;
    margin-right:                       3%;
    margin-bottom:                      15px;
}

.footer {
    text-align:                         left;
    float:                              left;
}

.uline {
    text-decoration:                    underline;
}
