a:link {color:white;}      /* unvisited link */
a:visited {color:blue;}  /* 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/background.jpg") no-repeat center fixed;
background-size: cover;