<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
margin: 10px 0;
padding:0;
font-family: sans-serif, Helvetica, Arial;
font-size: 14px;
background: #001636;
font-weight: normal;
width:100%;
}

img { 
border: none; 
}

* {
margin:0;
padding:0;
}

#container {
width: 85%;
margin:0 auto;
padding: 0;
background: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
border-style: solid;
border-width: 10px;
border-color: rgb(11 56 123);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#header {
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
background-image: repeating-linear-gradient(45deg, #033279, #000212 1px, #023a8e 2px, #111112 5px);
/*background-image: url(//gamelinkexchange.com/theme/header.png);*/
background-repeat: repeat-x;
background-color: rgb(1 68 167 / 93%);
box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.66);
-webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.66);
}

table {
width: 100%;
text-align: left;
}

h1 {
color: #ffffff;
font-size: 23px;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: normal;
}
h1:hover {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.clear {
clear: both;
}


#topl1 {
float: left;
width: 25%;
}

#topr11 {
float: right;
width: 150px;
padding-left: 2%;
}


#topr12 {
float: right;
width: 55%;
}


#topr1 {
float: right;
width: 75%;
}


#top2 {
width:100%;
height:100px;
}


#top2l {
width:10%;
padding-left:5%;
padding-top:10px;
float:left;
}

#top2r {
padding-left:9%;
float:right;
width:76%;
/*height:285px;*/
}



#toprightbar{
float:right;width:600px;
}
#topsocial{
float:left;width:300px;
}
#topsearch{
float:right;width:280px;
padding-left:20px;
}
#topsocial table tr td{
padding-left:20px;
}

a:link {
color:#C30;
text-decoration:none;
font-weight: bold;
text-shadow: 0px 0px 1px rgba(255, 242, 148, 1);
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}
a:visited {
color:#C30;
text-decoration:none;
}
a:active {
color:#06F;
text-decoration:none;
}
a:hover{
color:#06F;
text-decoration:underline;
}
.log {
max-width:100%;
border:0;
display: inline;
opacity: 0.9;
filter: alpha(opacity=90);
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}

#heading1 {
width: 98%;
padding: 1%;
}

#body {
background: transparent none repeat-y scroll 0 0;
padding-left: 3%;
width: 90%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#bar{
width:100%;
float:left;
}

ul.menu_tabbed {
width: 100%;
}

ul.menu_tabbed li {
float: left;
/* top: 19px; */
left: 5px;
position: relative;
display: inline-block;
}

ul.menu_tabbed li a {
float: left;
border: 1px #CCCCCC solid;
border-bottom: none;
font-style: normal;
font-weight: bold;
text-decoration: none;
color: #666;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
}

ul.menu_tabbed li a:hover {
	color: #FFF;
	background-color: #160101;
	background-image: repeating-linear-gradient(45deg, #033279, #000212 1px, #023a8e 2px, #111112 5px);
/*background-image: url(//gamelinkexchange.com/theme/header.png);*/
	background-repeat: repeat-x;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}

ul.menu_tabbed li a.selected {
	text-decoration: none;
	color: #FFF;
	background-color: #160101;
	background-image: repeating-linear-gradient(45deg, #033279, #000212 1px, #023a8e 2px, #111112 5px);
/*background-image: url(//gamelinkexchange.com/theme/header.png);*/
	background-repeat: repeat-x;
}

#content {
float: left;
width: 95%;
margin: 0;
background-color: #FFF;
border: 2px solid #CCC;
padding: 4%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}


#content:hover {
	border: 2px solid #640000;
}

.center1 {
text-align:center;
margin-left:auto;
margin-right:auto;
}

.srch {
padding-top:30px;
width: 76%;
}

h2 {
	color: #06F;
	font-size: 22px;
	padding: 0 0 5px;
	margin: 0;
	text-transform: uppercase;
}


#mcol {
width:100%;
}
#main {
width:60%;
float:right;
}
#sidebar {
width:35%;
padding:2.5%;
float:left;
}

#gsearch
{
width: 50%;
padding: 13px;
font-weight: Bold;
color:#666;
border: solid 1px #A00000;
font: normal 14px/100% sans-serif, Helvetica, Arial;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}

.isrch {
text-align: left;
width: 40px !important;
border-color: #160101 !important;
border-width: 2px !important;
border-style: solid !important;
background-color: rgb(1 68 167 / 93%) !important;
background-image: repeating-linear-gradient(45deg, #064eba, #000212 1px, #0759d4 2px, #111112 5px /* determines size */) !important;
/*background-image: url(//gamelinkexchange.com/theme/header.png);*/
background-repeat: repeat-x !important;
-moz-transition: All 0.5s ease !important;
-o-transition: All 0.5s ease !important;
-ms-transition: All 0.5s ease !important;
transition: All 0.5s ease !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}

#gsearch:hover, #gsearch:focus { 
border-color: #1c76fd;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
}
.isrch:hover {
box-shadow: 0px 0px 2px rgb(30, 114, 253);
-webkit-box-shadow: 0px 0px 2px rgb(30, 114, 253);
-moz-box-shadow: 0px 0px 2px rgb(30, 114, 253);
} /*home search*/

#pgsearch
{
width: 50%;
padding: 13px;
font-weight: Bold;
color:#666;
border: solid 1px #A00000;
font: normal 14px/100% sans-serif, Helvetica, Arial;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}

#pgsearch:hover, #pgsearch:focus { 
border-color: #1c76fd;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.66);
}

.lista {
  float:left;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
}
.h2name {
padding-top:20px;width:100%;float:left;
}

</pre></body></html>