body {
	font-family: "vollkorn";
	letter-spacing:0.02em;
	margin:0px;
	background: #FFFFFF;
	color: #FFFFFF;
	}

h1, h2, h3, h4, h5, h6 {
	-webkit-margin-before:0px;
	-webkit-margin-after:0px;
	-moz-margin-before:0px;
	-moz-margin-after:0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1 {
	font-size:2.6em;
	margin-bottom: 0.25em;
	line-height:1.25em;
	}
	
h2 {
	margin-top: 0.25em;
	font-size:2em;
	line-height:1.25em;
	}

h3 {
	font-size:1.7em;
	line-height:1.25em;
	margin-top: 0.35em;
	}

h4 {
	font-size: 1.6em;
	line-height:1.25em;
	}

h5 {
	font-size:1.5em;
	line-height:1.6em;
	}
	
h6 {
	font-size:1.5em;
	line-height:1.25em;
	margin-top:0;
	padding-top:0;
	}
	
#clickToContinue{
	font-family: "futura-pt";
	font-size:1em;
	font-weight:800;
	letter-spacing: 0.2em;
	background-color: rgba(0, 0, 0, 0.17);
	color: white;
	padding: 20px 20px 20px 20px;
	margin: 0px 80px 0px 80px;
	border-radius: 30px;
	}	
	
p {
	font-size:2.6em;
	font-weight:700;
	}

.q {
	color:#303235;
	}
	
a {
	text-decoration:underline;
	color: white;
	}
	
a:hover, a.white:hover {
	color: white;
	}
	
a.big {
	color: white;
	text-decoration:none;
	}

a.big:hover {
	text-shadow: 0 0 0px white;
}
	
a.white {
	color:white;
	}

a.white:hover{
	color:white;
	}
	
.white {
	color:white;
	}
	
.black {
	color:#303235;
	}
	
img{
	max-width:600px;
	}
	
#link{
	z-index:1;
	}

.slide{
	margin: 12px;
	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	box-shadow: 0 0 0px #000;
	border: 0px solid #FFFFFF;
}	
	
.slide one:hover{
	cursor: pointer;
	}
	
table, tr, td, th{
	vertical-align: middle;
	text-align:center;
	width:100%;
	border-collapse: collapse;
	border: none
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

table .top{
	vertical-align: middle;
	}

tr .top{
	vertical-align: middle;
	}

td .top{
	vertical-align: middle;
	}
	
.content-frame, .content {
	text-align: center;
	}
	
.content{
	min-width:400px;
	max-width:600px;
	margin:auto;
	padding:50px 50px 70px 50px;
	}
	
.first{
	background: #074983;
	cursor: pointer;
	}
	
.second{
	background: #074983;
	}	

.third{
	background: white;
	color: #074983;
	border: 14px solid #074983;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

.fourth{
	background: #074983;
	}

.fifth{
	background: #074983;
	}
	
.sixth{
	background: white;
	color: #074983;
	border: 14px solid #074983;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
	
.seventh{
	background: white;
	color: #074983;
	border: 14px solid #074983;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
	
.eighth{
	background: white;
	color: #074983;
	border: 14px solid #074983;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
	
.ninth{
	background: #074983;
	}
	
#footer{
	color:#074983;
	font-size:0.5em;
	font-weight:400;
	margin:0px 12px 12px 12px;
	}

.credits{
	margin: 0 auto;
	text-align:center;
	font-weight:400;
	padding-bottom:12px;
	}
	
	
a.footer{
	color:#074983;
	}

a.footer:hover{
	color:#074983;
	}
	
input#paypal:hover{
-webkit-box-shadow: 0 0 4px rgba(255,255,255, .75);
-moz-box-shadow: 0 0 4px rgba(255,255,255, .75);
box-shadow: 0 0 4px rgba(255,255,255, .75);
	}