<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.framme{
	background-color:#555;
	background-image:url(logo.jpg);
	background-position:right -10px;
}
#name{
	background-image:url(panda.jpg);
	background-repeat:no-repeat;
	background-position:0px -10px;
	width:248px;
	height:75px;
}
body{
	background-color:#FFF;
	background-image:url(shadow.jpg);
	background-position:0px 99px;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
#rap{
	margin:auto;
	width:97%;
}
#legs{
	border-width:0px 25px 0px 25px;
	border-style:solid;
	border-color:#530;
	height:20px;
	width:90%;
	margin:auto;
}
.content {
	min-height:80vh;
}
.content a{
	color:#812424;
	text-decoration:none;
	
}
.content a:hover{
	color:#E17373;
}
#side, #ads{
	padding:5px 15px 5px 15px;
	width:130px;
}
#side{
	float:left;
}
#ads{
	float:right;
	display:none;
}
#bigboxer{
	background-image:url(side_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#bigbox{
	padding: 0px 170px 0px 170px;
	background-image:url(side_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#bottomleft, #bottomright{
	height:7px;
	font-size:1px;
}
#bottomleft{
	background-image:url(side_left_down.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#bottomright{
	background-image:url(side_right_down.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#topleft, #topright{
	height:10px;
	font-size:1px;
}
#topleft{
	background-image:url(side_left_top.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#topright{
	background-image:url(side_right_top.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#box{
	padding:0px 20px 0px 20px;
}
#shadow{
	position:relative;
	top:8px;
	left:8px;
	background-color:#DDD;
}
#main{
	position:relative;
	top:-8px;
	left:-8px;
	background-color:#FFF;
	padding:10px 10px 20px 10px;
	border-width:1px;
	border-style:solid;
	border-color:#DDD;
}
#bottom{
	clear:both;
	text-align:center;
	margin-top:15px;
	font-size: 10px;
	font-family:Verdana, "Trebuchet MS1", Helvetica, "MS Sans Serif";
	padding:5px 0px 2px 0px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
#bottom a{
	color:#8C5821;
	text-decoration:none;
}
#bottom a:hover{
	color:#AD7335;
}
h2{
	text-align:center;
	font-size:20pt;
	font-style:italic;
	width:50%;
	margin:0px auto 5px auto;
	border-width:0px 0px 3px 0px;
	border-style:double;
	border-color: #A0A5A5;
}
h3{
	font-size:14pt;
	margin:12px 0px 4px 0px;
}
p{
	margin:0px;
}

#side{
	font-size:10pt;
	padding:0px 15px 0px 15px;
}
#side h1{
	font-size:12pt;
	text-align:center;
	width:90%;
	margin:0px auto 8px auto;
	border-width:0px 0px 1px 0px;
	border-color:#A0A5A5;
	border-style:solid;
}
.section{
	text-align:left;
	margin-bottom:5px;
	color:#40485A;
	font-weight:bold;
	margin-top:0px;
	font-family:"Trebuchet MS1", Helvetica, "MS Sans Serif";
}
.sidecontent{
	padding-left:15px;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#A0A5A5;
	font-family:Verdana, "Trebuchet MS1", Helvetica, "MS Sans Serif";
	margin-bottom:15px;
}
#side .sidecontent a, #side .section a{
	color:#596464;
	display:block;
	text-decoration:none;
	font-weight:normal;
}
#side .sidecontent a:hover, #side .section a:hover{
	color:#947B7A;
}
ul{
	margin-top:4px;
	margin-bottom:4px;
}

#table{
	margin:0px;
	padding:0px;
}
#table td{
	padding:5px;
	vertical-align:top;
	border-width:2px 0px 0px 0px;
	border-style:dashed;
	border-color:#EEE;
}
#table td a img{
	border-color:#FFF;
	border-width:3px;
	border-style:solid;
}
#table td a:hover img{
	border-color:#555;
}
#pagenav{
	border-width:2px 0px 0px 0px;
	border-style:dashed;
	border-color:#EEE;
	text-align:right;
	margin-top:8px;
}
#profile{
	float:right;
	padding-right:10px;
	padding-top:15px;
}
#profile img{
	border-width:5px;
	border-style:double;
	border-color:#DDD;
}
#stats {
	padding-left:10px;
	padding-right:190px;
	margin-bottom:15px;
}
#stats p, #stats h3{
	padding:2px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color:#555;
}
@media only screen and (max-width: 900px) {
  #main p{
    font-size:15pt;
  }
}</pre></body></html>