body {
    background-image: url(/images/oldpaper.jpg);
    background-size:cover;
    padding: 0;
    margin: 0;
}



article {
	padding-bottom: 15px;
}

h1 {
	font-family: "Attic Antique DemiBold", 'Special Elite', courier, cursive;
	font-size: 32px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}


h2 {
	font-family:  'Special Elite', serif;
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
 
	padding-bottom: 3px;
}

h3 {
	font-size:16px;
	font-style: normal
}

.biggreen
{
	font-size:36px;
	font-weight: bold;
	text-align: center;
	color: #006633;
	font-family: "Attic Antique DemiBold", "Special Elite", courier, cursive;
}


.tune {
    border-style: solid;
    border-width: 4px;
    border-color: #db9c58;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    opacity: 0.8;
	margin-top: 5px;
}

.nextprev {
   padding-top: 5px;
	padding-left: 23px;
	padding-right: 23px;
}

.back {
	 padding-top: 5px; 
margin: 0 auto;
}

.tunelink {
	font-family: "Special Elite", Serif;
	text-decoration:none;
	color: #195777;
	font-weight:500;
}

.tunelink a:link {
	
	color: #134763;
}

.tunelink a:visited {
    color: #185682;
} 

.tunelink a:hover {
    color: #0363CC;
    
}

.intro {
	font-family: "Special Elite", Palatino, serif;
	margin-left: 25px;
	text-indent: 2em;
	line-height: 1.15;
}

a:link {
	text-decoration:none;
	color: #003333;
}



a:visited {
	color: #063a6f;
  text-decoration:none;
}

a:hover {
	color: #0078A1;
	font-family: "Special Elite", Serif;
}


@font-face {
    font-family: "Attic Antique DemiBold";
    src: url("/fonts/AtticAntique.eot");
    src: url("/fonts/AtticAntique.eot?#iefix") format('embeddedopentype'),
    url('/fonts/AtticAntique.woff') format("woff"),
    url('/fonts/AtticAntique.ttf') format("truetype"),
    url('/fonts/"AtticAntique.svg') format("svg");
    font-weight: normal;
    font-style: normal;
}
