<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: helvetica, sans-serif;
	// font-size: 1.2em;
	letter-spacing: 0px;
	// line-height: 1.5em;
	margin-top: 10px;
	// background: #EEE;
	background-image:url('media/back.png');
}

a {
	// font-size: 1em;
	color: #b3b3b3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding: 0;
}

strong {
	font-weight: bold;
	color: #666666;
}

.divbody {
	// width: 960px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 5px solid #FFFFFF;
	box-shadow: 1px 1px 12px #555555;
	background: #FFF;
}

.header {
	height: 128px;
	overflow: hidden;
	position: relative;
}

.header-loot {
	background-image: url(./loot/background-1024x128.png);
}

.header-fpack{
	background-image: url(./fpack/play-1024x500.png);
}

.header-sml {
	background: #b7cde5; /* Old browsers */
	background: -moz-linear-gradient(top, #b7cde5 0%, #0d4e99 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7cde5),
		color-stop(100%, #0d4e99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b7cde5 0%, #0d4e99 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b7cde5 0%, #0d4e99 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b7cde5 0%, #0d4e99 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #b7cde5 0%, #0d4e99 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#b7cde5',
		endColorstr='#0d4e99', GradientType=0); /* IE6-9 */
}

.logo {
	float: left;
	margin-left: 20px;
}

.title {
	float: right;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px #000;
	border-radius: 0px 0px 0px 40px;
	padding: 0px;
}

.logo-sml {
	float: right;
	padding: 10px;
}

.title-sml {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	color: white;
	font-size: 4em;
	opacity: 0.5;
	font-weight: bold;
}

.title-fpack {
	float: right;
	padding-right: 15px;
	padding-top: 15px;
	color: white;
	font-size: 3em;
	opacity: 0.95;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

.navigation {
	position: absolute;
	bottom: 0;
	left: 164px;
}

.navTab {
	font-size: 1em;
	background-color: rgba(1, 1, 1, 0.5);
	border: 1px solid;
	border-radius: 4px 4px 0 0;
	box-shadow: 1px 1px 12px #000;
	padding: 5px 10px;
	margin: 5px;
	display: inline;
}

.navTab-selected {
	background-color: #FFF;
	box-shadow: 1px 1px 12px #FFF;
	color: #222;
	text-decoration: none;
}

.navigation a:hover {
	background-color: #DDD;
	box-shadow: 1px 1px 12px #FFF;
	color: #222;
	text-decoration: none;
}

.language {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.language img {
	padding: 10px;
}

.privacy {
	width: 960px;
	text-align: right;
}

.privacy li {
	margin-right: 24px;
	display: inline;
}

.description {
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	color: #808080;
}

.features {
	width: 330px;
	float: right;
	margin-bottom: 10px;
}

.features ul {
	list-style-type: disc;
	list-style-image: url('./media/star.png');
	padding: 0px;
	margin: auto;
}

.features ul li {
	margin-left: 30px;
	margin-right: -30px;
	color: #808080;
}

.gallery {
	text-align: center;
}

nav ul li {
	margin-left: 28px;
	display: inline;
}

.banner {
	margin: 0;
}

.googleBtn {
	margin-left: auto;
	margin-right: auto;
	width: 172px;
	display: block
}

.footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	color: #888;
	font-style: italic;
}

.content {
	padding-top: 25px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}

.content_text {
	padding: 10px;
	clear: both;
	color: #909090;
	width: 780px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.content_text h1 {
	font-size: 2em;
	font-weight: bold; //
	color: white;
	margin: 60px 0px 20px 0px;
	text-transform: uppercase;
}

.content_text h2 {
	font-size: 1.3em;
	font-weight: bold; //
	color: white;
	margin: 40px 0px 2px 0px;
	text-transform: uppercase;
}

.content_text p {
	text-align: justify;
}

.content_text strong {
	color: #c0c0c0;
}

.content_text ul {
	list-style-type: disc;
	margin: 30px;
	display: block;
}</pre></body></html>