<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: 'tumblr';
	src: url(bde.ttf);
}
body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: 'tumblr';
	font-size: 20;
	line-height: 1.7em; 
	background-color: #0a1425;
	background-image: url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRQ0gQIhUEOwQPNtyogX78Ku9ixnuTvuh1eG4mpIHyCEOY-cxj7);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

a, a:link, a:visited { 
	color: #f9b507; 
	font-weight: normal; 
	text-decoration: underline; 
}

a:hover { 
	text-decoration: none; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
	font-size: 20;
}

img { 
	border: none; 
}

h1, h2, h3, h4, h5, h6 { color: #ffcc00; font-weight: normal; }
h1 { font-size: 50; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28; margin: 0 0 15px; padding: 5px 0; }
h3 { font-size: 24; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both; height: 90px; }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #1b72e9; 
	padding: 4px; 
	background: #000; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.tooplate_list { 
	margin: 20px 0 20px 20px; 
	padding: 0; 
	list-style: none; 
}

.tooplate_list li { 
	color:#fff; 
	margin: 0; 
	padding: 0 0 5px 20px; 
	background: url(images/list.png) no-repeat scroll 0 5px;  
}

.tooplate_list li a { 
	color: #fff; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
}

.tooplate_list li a:hover { 
	text-decoration: underline; 
}

#body1 {
	width: 988px;
	margin: 0 auto;
	padding: 0 5px;
}

#navmenu {
	float: right;
	width: 988px;
	height: 88px;
	background: url(images/menu.png);
}

#navmenu ul {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#navmenu ul li {
	float: left;
	display: block;
	width: 120px;
	height: 88px;
	padding: 0;
	margin: 0;
	display: inline;
	background: url(images/divider.png) right top no-repeat;
}

#navmenu ul .last { 
	background: none; 
}

#navmenu ul li a {
	float: left;
	display: block;
	width: 120px;
	padding: 10px 0 0;
	font-size: 16px;
	color: #5473a8;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
}

#navmenu ul li a:hover, #tooplate_menu ul .current {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#hheader {
	clear: both;
	width: 988px;
	text-align: center;
}

#mmiddle { 
	clear: both;
	width: 800px;
	height: 227px;
	padding: 100px 94px;
	overflow: hidden;
	background: url(images/middle.png);
}

#midtitle { 
	font-size: 34px; 
	font-weight: 400; 
	color: #dceffc; 
	margin-bottom: 20px; 
	text-shadow: 1px 1px 3px #000; 
}

#mmiddle p {
	width: 700px;
	font-size: 18px;
	color: #ccc;
	line-height: 30px;
	margin-bottom: 20px;
}

#main {
	clear: both;
	width: 960px;
	padding: 0 14px;
	margin: 0;
}

#ffooter_wrapper {
	margin-top: 30px;
	clear: both;
	width: 100%;
	border-top: 1px solid #111f37;
	background: #050c17;
}

#ffooter {
	clear: both;
	width: 960px;
	padding: 30px 14px;
	text-align: center;
	color: #ccc;
	margin: 0 auto;
}

input[type="submit"] {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:0;
	display:inline-block;
	color:#ffffff;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
input[type="submit"]:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}
</pre></body></html>