body{
	font-family: "Courier New", Courier, "Liberation Mono", monospace;
	font-size:75%;
}

section{
	text-align: center;
	position:absolute;
	height:200px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
}

img{
	width:80px;
	margin-bottom:15px;
}

h1{
	font-weight: bold;
	margin-bottom:15px;

}

address{
		line-height: 2;

}
a{
	color:black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}