body,td,th {
	font-family: "Century Gothic", "Avantgarde", "Arial";
	;
}
h6 {
	color: #CCC;
	text-align: center;
	font-weight: lighter;
	font-size: 10px;
}
h1 {
	font-weight: lighter;
	font-size: 30px;
	color: #CCC;
}
h2 {
	color: #666;
	font-weight: lighter;
	font-size: 30px;
}
h5 {
	text-align: center;
	color: #333;
	font-weight: lighter;
}
p {
	font-size: 15px;
	color: #CCC;
	letter-spacing: 15px;
	font-weight: lighter;
	text-align: center;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}

