body {
	background-color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin-top: 10px;
	scrollbar-base-color: #1E90FF;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color: #16120A;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color: #7BBFFF;
   scrollbar-highlight-color: #87CEFA;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color: #CBE9FC;
}
#scroll{
position:relative;
width: 550px;
height: 540px;
left:0px;
top:0px;
margin-left: 0px;
margin-right: 0px;
overflow:auto;
}
#image{
	border: thin;
	border-color: Black;
	border-style: solid;
}
a	{
color: blue;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


