body, html{ 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: 'Crimson Text', serif;
}

#c1 {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	padding: 0px;
}

#ava {
	padding: 0px;
	max-width: 100%;
	height: auto;
}

#motto {
	width: 100%;
	text-align: center;
	font-size: 26pt;
	color: #111;
}

#feedback {
	position: absolute;
	bottom: 7px;
	width: 100%;
	text-align: center;
	color: #888;
	font-size: 12pt;
	cursor: pointer;
}
#feedback:hover {
	text-decoration: underline;
}
#inf {
	display: none;
	position: absolute;
	bottom: 28px;
	width: 100%;
	text-align: center;
	color: #111;
	font-size: 16pt;
}
a {
	color: #555;
	font-size: 16pt;
}
a:hover, a:visited {
	color: #555;
	text-decoration: underline;
	font-size: 16pt;
}
span.split {
	padding-left: 10px;
	padding-right: 10px;
	color: #888;
	font-size: 12pt;
}
