* {
	margin:0;
	padding:0;
}


p {
	font-family: "Times New Roman";
	font-size:20pt;
	margin:10px;
}

h1 {
	font-weight: normal;
	font-family: "Times New Roman";
	margin:10px;
	line-height:75px;
	float:left;
}

a {
	font-size:80pt;
	font-family: 'UnifrakturMaguntia', "Times New Roman";
	color: black;
	text-decoration: none;
	transition-duration: 500ms;
	transition-property: opacity; 
}

a:hover {
	opacity:0.7;
}