p{
	margin-top: 10px;
	margin-bottom: 10px;
}
p#break{
	margin-top: 20px;
	margin-bottom: 10px;
}
ul, ol{
	padding-left: 25px;
}
img#screenshot {
 	position: absolute;
/*
	margin-left: -175px;
	top: 50%;
	left: 50%;
	margin-top: -96px;
	width: 50px;
	height: 550px;
*/
}
img#placeholder {
/*
	display: none;
 	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -96px;
	margin-left: -138px;
	height: 550px;
*/
	width: 550px;
}
.hidden {
	display: none;
	list-style-type: disc;
}

.subhidden {
	list-style-type: circle;
}
.bigger {
	font-size: 110%;
}
.ffaq {
	list-style-type: none;
	text-align: right;
	background-color: cyan;
}

