body {
	font-family: Monospace;
	background-color: #000010;
	margin: 0px;
	overflow: hidden;
}

.tiltMon{
	color: white;
	padding: 3pt;
	position: absolute;
	cursor: pointer;
	top: 20px;
	left: 2px;
	width: 75px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Comic Sans MS;
	text-align: center;
	z-index: 100;
	display:block;
}	

.tiltTitle{
	color: white;
	padding: 3pt;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 2px;
	width: 75px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Comic Sans MS;
	text-align: center;
	z-index: 100;
	display:block;
}	

.propsMon {
	color: white;
	padding: 3pt;
	position: absolute;
	cursor: pointer;
	top: 20px;
	left: 2px;
	width: 75px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Comic Sans MS;
	text-align: center;
	z-index: 100;
	display:block;
}				

.propsTitle{
	color: white;
	padding: 3pt;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 2px;
	width: 75px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Comic Sans MS;
	text-align: center;
	z-index: 100;
	display:block;
}	
	
.tiltSlider {
	position: absolute;
	top: 10px;
	left: 120px;
	z-index: 100;
	display:block;
}	
	
.propsSlider {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 100;
	display:block;
}	

.info {
	position: absolute;
	width: 200px;
	height: 75;
	top: 10px;
	left: 100px;
	z-index: 100;
	display:block;
}	
	
a { color: skyblue }