html  {
	scrollbar-track-color: #FF6633;
	scrollbar-face-color: #FF6633;
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: #660000;
	scrollbar-darkshadow-color: #FF6633;
	scrollbar-shadow-color: #660000;
	scrollbar-arrow-color: #FFCCCC;
	background-color: #FF6634;
}

body {
	text-align: center;
	background: #FF6733;
  overflow: -moz-scrollbars-vertical;  
  overflow-y: auto;
	margin: 0px;
	padding: 0px;
}

.obal{
 	width: 700px;
	height: 515px;
	position: relative;
  margin: auto;

}



A:link {
	COLOR: #660000;
	font-size: small;
	font-family: " Arial";
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	COLOR: #660000;
	font-size: small;
	font-family: " Arial";
	text-decoration: none;
	font-weight: bold;
	}
A:hover {
	COLOR: #FFCCCC;
	font-size: small;
	font-family: " Arial";
	text-decoration: underline;
}
a:active {
	font-family: "MS Sans Serif; Arial";
	font-size: small;
	color: #FFCCCC;
}
