@charset "utf-8";
/* CSS Document */

/* GENERAL */
/* ======= */
body {
	font-size: 80% ;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #996633;
	}


/* LINKS */
/* ===== */
a {
	color:#F60;
	}
a:hover {
	color:#00F;
	}
.falselink {
	color:#F60;
	text-decoration:underline;
	}
.falselink:hover {
	color:#00F;
	}

	
/* HEADER */
/* ====== */
#header h1,
#header p {
	color:#FFFFFF;
	text-align:center ;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter ;
	letter-spacing:.2em;
	}

#header h1 {
	font-size:24px;
	}

#header p {
	font-size:12px;
	font-style:italic;
	}


/* MAIN AREA */
/* ========= */

#main {
	}
#main h1 {
	margin-bottom:20px;
	color:#666;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:center;
	}
#main h2 {
	color:#666;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.1em;
	}
#main h3 {
	color:#666;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:0.1em;
	}
#main p {
	text-align:justify;
	}

/* FOOTER */
/* ====== */

.back_button {
	font-size: 100% ;
	font-style:italic ;
	}

#footer p {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	}
