@charset "UTF-8";

a:link {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 12px;
	letter-spacing: 3px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 12px;
	letter-spacing: 3px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 12px;
	letter-spacing: 3px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 7px;
	color: #000000;
}
h3 {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 20px;
	word-spacing: 5px;
	margin: 7px;
	color: #000000;
}
/* CSS Document */

body {
	font-family: "Century Gothic", Tahoma, Verdana;
	background-image: url(/images/background.jpg);
}
h4 {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 7px;
	color: #000000;
}
p {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 7px;
	color: #000000;
	font-weight: normal;
}
.footer {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 11px;
	word-spacing: 3px;
	line-height: 8px;
	text-align: center;
}
h5 {
	font-family: "Century Gothic", Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #000000;
}

