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

@font-face { font-family: Futura; src: url(futura.ttf); }

body {
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #CBB475;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 20px;
}

a:link {
	font-weight: bold;
	color: #CBB475;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CBB475;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #900;
}
