<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#fff;
		background-color:#000;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#fff;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}
	
	#ptitle {
		display:block;
		margin: 0px auto 15px auto;
	}
	
	.conditions p {
		line-height: normal;
		color: #000;
	}
	
	.conditions a {
		color: blue;
	}
	
	.conditions h4 {
		line-height: normal;
		color: #000;
		font-size: 1.2em;
	}

	.rating {
		color: #000;
	}
	.rating * {
		line-height: normal;
	}
	
	#tabs {
		text-align: center;
	}
	
	#tabs ul {
		display: block;
		height: 48px;
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		width: 400px;
		/*border-bottom: 1px solid #fff;*/
	}
	
	#tabs ul li {
		float: left;
		line-height: 48px;
		padding: 0px 15px;
	}
	
	#tabs li a {
		text-decoration: none;
		font-size: 14pt;
	}
	
	#tabs li.selected {
		background-color: #fff;
	}
	#tabs li.selected a{
		color: #000;
	}
}</pre></body></html>