<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
html {
 overflow-y: scroll !important;
}

body {	font: 14px 'Helvetica Neue', HelveticaNeue, Arial; color: orange; 
		text-align: justify;
		background-color: #171312;
		background-image: url('bgrgif');
		
scrollbar-face-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-highlight-color: #000;
scrollbar-darkshadow-color: #FCE86D;
scrollbar-shadow-color: #000;
scrollbar-arrow-color: #FCE86D;
scrollbar-track-color: #FCE86D;
}

h1 {font: 35px 'Helvetica Neue', HelveticaNeue, Arial; font-weight: bold; color: #E5E5E5; 
	align:center; background: #FF8000; margin-bottom:10px; padding:0 3px; text-align:center;
	letter-spacing:-2px; 
	-border-radius: .6em;
	-moz-border-radius: .6em; 
	-webkit-border-top-right-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	text-shadow:#555 0px 2px 3px;}

h2 {font: 14px 'Helvetica Neue', HelveticaNeue, Arial; font-weight: bold; color: #E5E5E5; 
	align:center; background: #4a4a4a; margin:0; padding:0; text-align:center;
	letter-spacing:-1px;
	-border-radius: .6em;
	-moz-border-radius: .6em; 
	-webkit-border-bottom-right-radius: 6px; 
	-webkit-border-bottom-left-radius: 6px;
	text-shadow:#555 0px 2px 3px;}

h3 {font: 12px 'Helvetica Neue', HelveticaNeue, Arial; font-weight: bold; color: #E5E5E5;
	background: green; margin:10px; padding:0 3px; width:50px; float:right;}

hr {border: 1px dotted #999596; border-style: none none dotted; }

a {color:#FF8000; text-decoration:none; font-weight:bold;}
a:hover {color:#E5E5E5; text-decoration:none; font-weight:bold;}

b	{font: 14px Arial, Georgia, Times, serif; font-weight: bold; color: #ccc;}

img { border:0px solid black;}

table, tr {
  	font: 14px 'Helvetica Nueu', Arial, sans-serif; color: #bebebe;
	text-align: justify;
	}

.tablebg2 {border: 5px solid white;}


.buy {font: bold 12px  Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	display: block;
	height: 15px;
	width: 137px;
	margin: 5px 0 10px 0;
	padding: 2px;
	text-align: center;
	background: green;
	border: 1px solid #FCE46D;
}

a.buy:hover {
	background: #8E898F;
	color: #E5E5E5;
}

a img{
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a img:hover{
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


.buy {font: bold 12px  Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	display: block;
	height: 15px;
	width: 137px;
	margin: 5px 0 10px 0;
	padding: 2px;
	text-align: center;
	background: green;
	border: 1px solid #FCE46D;
}

a.buy:hover {
	background: #8E898F;
	color: #E5E5E5;
}

a img{
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a img:hover{
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* TUMBLR */
.tumblr_posts 
{	list-style: none;
	margin:0;
	padding:0;
}

.tumblr_post {
	margin:0;
	padding:0;
	}

.tumblr_photo_post {
}

.tumblr_photo {
	padding-bottom:10px;
}

.tumblr_video {
	padding-bottom:10px;
}

.tumbr_video_post {}

.contentWidth {
}
		  
.tumblr_caption {
	color: #AAA;
	font: normal 13px  Arial, Tahoma;
}

.tumblr_photo_caption{
	color: #AAA;
	font: normal 13px  Arial, Tahoma;
	margin:0;
	padding:1px;
}

.tumblr_video_caption{
	color: ##AAA;
	font: normal 13px Arial, Tahoma;
	margin:1px;
	padding:1px;
}

.video_player {
	}
	
.footer {font: 12px 'Helvetica Neue', HelveticaNeue, Arial; color: orange; }</pre></body></html>