html,body{
height:100%;
margin:0px;
padding:0px;
font-family:Lucida Console;
color:white;
}

A {color:#319D40;text-decoration:none}
A:hover {color:#7AC678;text-decoration:none}

A.pic {color:black;text-decoration:none}
A.pic:hover {color:black;text-decoration:none}

A.menu {font-family:Lucida Console;font-size:17px;}
A.menu:hover {font-family:Lucida Console;font-size:17px;}

.scroll-pane{
overflow:auto;
height:380px;
width:500px;
scrollbar-face-color: #000000;
scrollbar-highlight-color: gray;
scrollbar-shadow-color: gray;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: gray;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}

