a:link {color:white;}      /* unvisited link */
a:visited {color:#858593;}  /* visited link */
a:hover {color:green;}  /* mouse over link */
a:active {color:white;}  /* selected link */

body 
{scrollbar-base-color:navy;
scrollbar-arrow-color:white;
height: 100%;
background: url("images/download.png") no-repeat center fixed;
background-size: cover;
}

