A {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

p {
	margin: 20px;
}

H1 {
	margin: 20px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}