html,body {	scrollbar-face-color: #990000; 	scrollbar-shadow-color: #666666; 	scrollbar-highlight-color: #660000; 	scrollbar-3dlight-color: black; 	scrollbar-darkshadow-color: #cccccc; 	scrollbar-track-color: #660000; 	scrollbar-arrow-color: #cccccc;	font-family: Verdana, Sans-serif, Arial;	font-size: 10px;	text-align: center;	margin-top: 60px;	margin-bottom: 60px;	margin-left: auto;	margin-right: auto;	background-position: 50% 50%;	background-color: #660000; 	}body {	width: 800px;	height: 400px;	position: relative;	}body h2 {	width: 300px;	text-align: center;	padding: 0px;	margin: 0px;	}#indexpage {	position: absolute;	top: 195px;	left: 250px;	}#indexpage a {	background-color: #660000;	color: #cccccc;	text-decoration: none;	font-size: 18px;	font-weight: bold;	text-align: center;	height: auto;	line-height: 1.2em;}#indexpage a:link {	text-decoration: none;	color: #cccccc;	}#indexpage a:visited {	text-decoration: none;	color: #cccccc;	}#indexpage a:hover {	background-color: #660000;	text-decoration: none;	color: #990000;	}#indexpage a:active {	text-decoration: none;	color: #cccccc;	}