.screen{
	border: 1px solid black;
 
	margin-bottom: 15px;
	margin-top: 20px;
	display: block;
}
.block{
	clear:both;
	margin-left: 10%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: 3px dotted #cccccc;
	border-left:  3px dotted #cccccc;
}
.text{
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 20px;
	width: 47%;
}
H1,H2{
	text-align: center;
	color: #777777;
}
H1{
	margin-top: 0px;
}