body{
	font-family: monospace;
	background-color: #ddd;
	padding: 0;
	margin:0;
}
a{
	text-decoration: none;
	color: green;
	
}
/* mouse pointer */
.mo{
	cursor:help;
}
.grab{
	cursor:grab;
}
/* positioning */
.cen_cen{
	margin-left: 40%;
	margin-top: 10%;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
/* margins */
.mr{
	margin-right: 8px;
}
.ml{
	margin-left: 8px;
}
/* text format */
.txt{
	font-size:16px;
	/* font-weight:bold; */
	text-transform:uppercase;
}
.t16{
	font-size:16px;
}
.t25{
	font-size:25px;
}
/* interactive */
.moreinfo{
	display: none;
	position:absolute;
	top: 0px;
	left: 200px;
	font-style: italic;
}
.showmoreinfo:hover .moreinfo{
	display: block;
	
}
.showmoreinfo{
	
	position: relative;
	
}
noscript{
	position:absolute;
	height: 40px;
	top:-60px;
	background-color:black;
	color:white;
	text-align:center;
	padding:0 5px;
}
}
