@charset "UTF-8";

.hello {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
}
a:link {
	color: #000000;
	text-decoration: none;
}
