body {background-color: green;
overflow: auto;
}
html, body {
scrollbar-face-color: green;
scrollbar-shadow-color: lime;
scrollbar-highlight-color: midnightblue;
scrollbar-3dlight-color: lime;
scrollbar-darkshadow-color: green;
scrollbar-track-color: lime;
scrollbar-arrow-color: yellow;
}

a:link {color: red}
a:visited {color: hotpink}
a:active {color: red}
a:active, a:focus 
{   border-left: transparent solid 1px;
    letter-spacing: normal;
}
a:hover {color:navy;
  text-decoration: none;
  background: papayawhip
}
input, textarea, option, select {
background-color: ivory;
color: lime;
border-color: silver
}

#links {list-style: none;}

#links li {
border: 2px outset lime;
width: 92px;
text-align:center;
}

#links a{
padding: 2px;
display: block;
width: 99%;
color: lime;
text-decoration: none;
}

#links a:hover{
background-color: #00AE00;
}


