body {
	background-color: #708090;
	color: #D3D3D3;
	font-family: arial;
	scrollbar-3dlight-color: #D3D3D3;
        scrollbar-arrow-color: #D3D3D3;
        scrollbar-base-color: #D3D3D3;
        scrollbar-darkshadow-color: #D3D3D3;
        scrollbar-face-color: #708090;
        scrollbar-highlight-color: #708090;
        scrollbar-shadow-color: #708090;
	}

#title {
	width: 660;
	top: 10;
	left: 10;
	height: 40;
	padding-left: 10;
	font-size: 30;
	fint-weight: bold;
	border: solid 1px;
	}
#content {
	position: absolute;
	left: 10;
	top: 75;
	width: 270;
	height: 425;
	overflow-x: hidden;
	overflow-y: auto;
	border: solid 1px;
	padding-top: 15;
	padding-left: 5;
	padding-right: 5;
	padding-bottom:5;
	}

#buttons {
	position: absolute;
	left: 50;
	top: 50;
	width: 270;
	height: 30;
	}

#slideshow {
	position: absolute;
	top: 65;
	left: 290;
	width: 380;
	height: 435;
	padding: 5;
	background-color: #778899;
	overflow: hidden;
	}

#ss_select {
	visibility: hidden;
	}

a:link {  
	color: #d3d3d3; 
	text-decoration: none;
	}

a:visited {
	color: #d3d3d3; 
	text-decoration: none;
	}

a:hover {
	color: #ffffff; 
	text-decoration: none;
	cursor: crosshair;
	}
