@import url('http://fonts.googleapis.com/css?family=Hammersmith+One');
*{
	box-sizing: border-box;
}
body {
	text-align: center;
	background-color: #aac;
	font-family: 'HammersmithOne', 'Hammersmith One', Verdana, Geneva, sans-serif;
	background-color: white;
    background-image: url('background.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
#page-wrap {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border: solid 1px #448;
	padding: 8px;
}
.pinfo-title {
	width: 140px;
	background-color: #ddf;
	padding: 3px 5px;
}
.pinfo-value {
	background-color: #ddf;
	padding: 3px 5px;
}
.sinfo-title {
	width: 50%;
	background-color: #ddf;
	padding: 3px 5px;
}
.sinfo-value {
	background-color: #ddf;
	padding: 3px 5px;
}
table {
	width: 100%;
}
.faq {
	list-style-type: none;
}
.faq li {
	padding-bottom: 8px;	
}
.question {
	color: #400;
	padding-bottom: 4px;
}
.answer {
	color: #040;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #600;
}
a:hover, a:active {
    color: #900;
    background-color: #fee;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px auto 20px;
	color: #333;
	padding: 0;
	letter-spacing: 0.5;
	padding-bottom: 5px;
	border-bottom: 4px solid black;
	text-align: center;
	max-width: 50%;
	display: inline-block;
}
	h2:nth-of-type(10n-9),
	h2:nth-of-type(10n-9)~*{
		color: #B05F0F;
		border-color: #B05F0F;
	}
	h2:nth-of-type(10n-8),
	h2:nth-of-type(10n-8)~*,
	h2:nth-of-type(10n-8)~ul li{
		color: #EE2E22;
		border-color: #EE2E22;
	}
	h2:nth-of-type(10n-7),
	h2:nth-of-type(10n-7)~*,
	h2:nth-of-type(10n-7)~ul li{
		color: #FED105;
		border-color: #FED105;
	}
	h2:nth-of-type(10n-6),
	h2:nth-of-type(10n-6)~*,
	h2:nth-of-type(10n-6)~ul li{
		color: #00843D;
		border-color: #00843D;
	}
	h2:nth-of-type(10n-5),
	h2:nth-of-type(10n-5)~*,
	h2:nth-of-type(10n-5)~ul li{
		color: #F386A0;
		border-color: #F386A0;
	}
	h2:nth-of-type(10n-4),
	h2:nth-of-type(10n-4)~*,
	h2:nth-of-type(10n-4)~ul li{
		color: #959CA1;
		border-color: #959CA1;
	}
	h2:nth-of-type(10n-3),
	h2:nth-of-type(10n-3)~*,
	h2:nth-of-type(10n-3)~ul li{
		color: #97015E;
		border-color: #97015E;
	}
	h2:nth-of-type(10n-2),
	h2:nth-of-type(10n-2)~*,
	h2:nth-of-type(10n-2)~ul li{
		color: #84CDBC;
		border-color: #84CDBC;
	}
	h2:nth-of-type(10n-1),
	h2:nth-of-type(10n-1)~*,
	h2:nth-of-type(10n-1)~ul li{
		color: #1B3F94;
		border-color: #1B3F94;
	}
	h2:nth-of-type(10n),
	h2:nth-of-type(10n)~*,
	h2:nth-of-type(10n)~ul li{
		color: #069DDC;
		border-color: #069DDC;
	}

h2, h3, h4, h5, h6{
	margin-top: 40px;
}

p,a,ul, li{
	color: #666;
	line-height: 1.5;
	letter-spacing: 0.1;
}

/*#page-wrap a,
#page-wrap a:hover,
#page-wrap a:active{
	text-decoration: underline; 
	color: black;
}*/

.question{
	font-weight: bold;
	color: #444;
}
.answer{
	color: #777;
	margin-left: 1.5em;
}

#page-wrap{
	border: 5px solid black;
	padding: 5px 20px;
	-webkit-box-shadow: 10px 10px 5px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 10px 5px -2px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 5px -2px rgba(0,0,0,0.15);
}