@charset "utf-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
	font-style: italic;
}

.central {
	font-size: 19px;
	font-family: 'Trochut', cursive;
	margin-top: 15%;
	color: #000;
	text-align: center;
	line-height: 18pt;
}

