body {
    background-color: #000000;
    color:#CCCCCC;
    background-image:url('Images/Night_Sky.gif');
}

a:link {color: #FFFFFF; text-decoration: none;}
a:active {color: #CCCCCC; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;}
a:hover { color: #CCCCCC; text-decoration: underline;}

ol {list-style-position: inside;} 
li {margin-left: 3em; text-indent:-3em; margin-bottom:1.75em;}

.pdfvers {
    margin-left:2em;
    font-size:8pt;
}

hr {
    border: 0; 
    height: 1px;  
    background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));

}
