@CHARSET "ISO-8859-1";

div#content {
	background: #fff;
	width: 940px;
	height: auto;
	padding: 100px 20px;
	text-align: center;
}

h1 {
	color: #37d4dd;
}

div#content a:link, div#content a:visited {
	display: block;
	text-decoration: none;
	font: 30pt Arial;
	color: #4a4947;
}

div#content a:hover, div#content a:active {
	display: block;
	text-decoration: underline;
	font: 30pt Arial;
	color: #4a4947;
}