@font-face {
	font-family: 'Dynten';
	src: url('BlackChancery.eot');										/* IE9 Compat Modes */
	src: url('BlackChancery.eot?#iefix') format('embedded-opentype'),	/* IE6-IE8 */
		 url('BlackChancery.woff2') format('woff2'),					/* Super Modern Browsers */
		 url('BlackChancery.woff') format('woff'),						/* Pretty Modern Browsers */
		 url('BlackChancery.ttf')  format('truetype'),					/* Safari, Android, iOS */
		 url('BlackChancery.svg#svgFontName') format('svg');			/* Legacy iOS */
}
.title {
	font-family:		Dynten;
	font-size:			80px;
}
a:link, a:active, a:visited, a:hover {
	text-decoration:	none;
	font-size:			10px;
	color:				#801010;
}
a:hover {
	color:				#C01010;
}
div, center {
	font-size:			10px;
	font-family:		Verdana, Sans-Serif;
	padding:			1px;
}