a:link {

	color: #990000;
	text-decoration: none;
	font-weight: bold;

}

a:active {

	color: #990000;
	text-decoration: none;
	font-weight: bold;

}

a:visited {

	color: #990000;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #990000;
	text-decoration: underline overline;
	font-weight: bold;

}

body {
	scrollbar-face-color: #7b5936;
	scrollbar-highlight-color: #7b5936;
	scrollbar-3dlight-color: #d6ae57;
	scrollbar-darkshadow-color: #d6ae57;
	scrollbar-shadow-color: #7b5936;
	scrollbar-arrow-color: #d6ae57;
	scrollbar-track-color: #7b5936;
        background-color: #7b5936;
	margin-right: 10px;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d6ae57;

}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #d6ae57;

}
#panorama {
	position: relative;
	visibility: visible;
	top: 10px;
	left: 30px;
	bottom: 10px;
	height: 500px;
	width: 500px;
	display: table;
}