@font-face {
	font-family: Cambria;
	src: url(fonts/Cambria.ttf);
}
@font-face {
	font-family: Corbel;
	src: url(fonts/Corbel.ttf);
}

@font-face {
	font-family: "Lucida Grande";
	src: url(fonts/Lucida.ttf);
}

@font-face {
	font-family: "Lucida Sans Unicode";
	src: url(fonts/LucidaSansUnicode.ttf);
}

@font-face {
	font-family: Verdana;
	src: url(fonts/Verdana.ttf);
}

A:link {text-decoration: none; color: #ffae00}
A:visited {text-decoration: none; color: #ffae00}
A:active {text-decoration: none; color: #ffae00}
A:hover {text-decoration: none; color: #fff}

body {
	padding: 0;
	font-family: Cambria, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 3em;
	color: #000;
	A:link
	A:visited
	A:active
	A:hover
	text-shadow: 0em 0em 0.2em #ffae00;
	text-shadow: 0em 0em 0.3em #ffae00;
	text-shadow: 0em 0em 0.2em #fff;
	text-shadow: 0em 0em 0.3em #fff;
	text-shadow: 0em 0em 0.2em #ffae00;
	text-shadow: 0em 0em 0.3em #ffae00;
	text-shadow: 0em 0em 0.2em #ffae00;
	text-shadow: 0em 0em 0.3em #ffae00;
	overflow:hidden;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
