/* Extra Pages */
h2 {
	font-size:20px;
	font-weight:normal;
	margin:0 0 8px 0;
}

body
	{
		font-family:"Century Gothic";
	}
	
	
a
	{
		color:#ff6418;
		text-decoration:none;
	}


a:hover
	{
		color:#ff6418;
		text-decoration:underline;
	}
	
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
