/* CSS Document */

h1 {
font-size:36px;
font-family:"Century Gothic";
color:#FFFFFF;
}

h2 {
font-family:"Century Gothic";
font-size:16px;
font-weight:bold;
color:#FFFFFFF;
}

h3 {
font-size:12px;
font-family:"Century Gothic";
color:#FFFFFFF;
font-weight:100;
}

h4 {
font-size:14px;
font-family:"Century Gothic";
color:#FFFFFF;
}

h5 {
font-size:20px;
font-family:"Century Gothic";
color:#C5A248;
}

h6 {
font-size:12px;
font-family:"Century Gothic";
color:#FFFFFF;
}

h7 {
font-size:15px;
font-family:"Century Gothic";
color:#0000000;
font-weight:bold;
}

h8 {
font-size:12px;
font-family:"Century Gothic";
color:#0000000;
}

a:link {
	text-decoration:none;
	color:#000000;
	font-weight:none;
}

a:visited{
text-decoration:none;
color:#000000;
font-style:none;
}

a:hover{
text-decoration:underline;
font-weight:bold;
}

