* {
	font-family: helvetica, arial, sans-serif;
	background-color: #838383;
	color: black;
	margin:0em;
	padding: 0em;
}
h1 {
	text-align:center;
	font-size: 5em;
	margin-top: 1.5em;
}
.subtitle {
	text-align: center;
	font-size: 0.9em;
	margin-top: 1.2em;
}
p.contact {
	text-align: center;
	font-size: 0.9em;
	margin-top: 4em;
}
.contact {
	list-style-type: none;
}
a {
	color:black;
	text-decoration: none;
	background-color:inherit:
}
a:hover {
	text-decoration: underline;
}

