@charset "utf-8";
/* CSS Document */
body {
	background-color: #EEE;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

/* Form Formating */

/* Button Formating */

/* Link Formating */
a:link, a:visited, a:active {
	color:#6B3907;
	border: none;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#009cff;
	text-decoration: none;
	font-weight:bold;
}

/* Images Formating */

/* Language Flag Formating */

/* Table Formating */

/* Page Styling */




















