body {
	background-color: #eed;
	color: #001;
}

h1,h2,h3 {
	xxxfont-family: "Pacifico", cursive;
	font-family: "Milonga", cursive;
}

h1 {
	font-size: 48px;
	font-size: 60px;
	margin: 0;
	xxxtext-shadow: 0 4px 0 #666, 0 3px 0 #666, 0 2px 0 #666, 0 1px 0 #666, 6px 4px 2px rgba(0,0,0,0.5);
	text-shadow: 0 4px 0 #666, 0 3px 0 #666, 0 2px 0 #666, 0 1px 0 #666, 6px 8px 2px rgba(0,0,0,0.4);
}

h2 {
	font-size: 36px;
	xxxline-height: 20px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 24px;
}

.mainheading {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 50px;
}

.mainheading h2 {
	text-shadow: 4px 4px 2px rgba(0,0,0,0.65);
	line-height: 0.5em;
	margin: 0;
	margin-top: 8px;
	padding: 0;
}

/* ref: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/ */

.nav {
	width: 90%;
	margin: 30px auto;
	margin-bottom: 0;
	text-align: center;
}

.nav li {
	xxxfont-family: "Amethysta", sans-serif;
	font-family: "Milonga", cursive;
	font-size: 24pt;
	font-size: 16pt;
	font-weight: bold;
	list-style-type: none;
	border-radius: 8px;
	border-radius: 30px 30px 0 0;
	border-radius: 20px 20px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #999;
	color: #eed;
	padding: 12px;
	padding-left: 24px;
	padding-left: 14px;
	padding-right: 24px;
	padding-right: 14px;
	transition: all 0.15s ease;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 14px;
	padding-top: 4px;
	display: inline;
	text-shadow: 0 3px 0 #444, 0 2px 0 #444, 0 1px 0 #444, 10px 8px 2px rgba(0,0,0,0.65);
        border-bottom: 6px solid #900;
}

.nav a {
	color: #eed;
	display: inline-block;
	min-width: 50px;
	text-decoration: none;
}

.nav li:hover {
	color: #fff;
	background-color: #111;
	xxxtext-shadow: 0 3px 0 #444, 0 2px 0 #444, 0 1px 0 #444, 10px 7px 2px rgba(200,200,200,0.9);
}

.nav a:active {
	position: relative;
	top: 1px;
}

.nav .active {
	color: orange;
	color: #fff;
}

.inactive {
	display: none;
}

.main {
        width: 95%;
        border-radius: 30px 30px 0 0;
        border-top: 6px solid #900;
        padding: 20px;
        padding-top: 30px;
        margin: 0 auto;
        margin-top: 12px;
}

.main p {
	font-family: "Milonga", cursive;
        margin-left: 52px;
        text-indent: 16px;
        margin-bottom: 1px;
}

.main li {
	font-family: "Milonga", cursive;
	list-style-type: none;
	font-size: 14pt;
}

.main a {
	color: #009;
	text-decoration: none;
	border-bottom: black dashed 0.5pt;
}

.main a:hover {
	color: #900;
	border-bottom: black solid 0.5pt;
}

.nav li .active {
	xxxbackground-color: black;
}
