<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 15px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }

input, textarea, button {
  outline: none; }

input:active, textarea:active {
  outline: none; }

input:focus {
  outline: none; }

h1, .h1, h2, .h2,  .h3 {
  margin: 0; }

* {
  -webkit-tap-highlight-color: transparent; }

html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

header, nav, section, article, aside, footer {
  display: block; }

textarea {
  resize: none; }

ol, ul {
  list-style: none; }

label {
  cursor: pointer; }

img {
  border: none;
  display: block; }

input {
  vertical-align: middle; }

a {
  text-decoration: none; }
a:hover {
  text-decoration: none; }

ul, li {
  list-style-type: none; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.float-n {
  float: none; }

.size9 {
  font-size: 9px; }

.size10 {
  font-size: 10px; }

.size11 {
  font-size: 11px; }

.size12 {
  font-size: 12px; }

.size13 {
  font-size: 13px; }

.size14 {
  font-size: 14px; }

.size15 {
  font-size: 15px; }

.size16 {
  font-size: 16px; }

.size17 {
  font-size: 17px; }

.size18 {
  font-size: 18px; }

.size20 {
  font-size: 20px; }

.size21 {
  font-size: 21px; }

.size22 {
  font-size: 22px; }

.size24 {
  font-size: 24px; }

.size25 {
  font-size: 25px; }

.size26 {
  font-size: 26px; }

.size28 {
  font-size: 28px; }

.size30 {
  font-size: 30px; }

.size32 {
  font-size: 32px; }

.size34 {
  font-size: 34px; }

.size35 {
  font-size: 35px; }

.size36 {
  font-size: 36px; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; }

.text-j {
  text-align: justify; }

.text-r {
  text-align: right; }

.text-tr-up {
  text-transform: uppercase; }

.text-tr-low {
  text-transform: lowercase; }

.bold {
  font-weight: bold; }

.font-normal {
  font-weight: normal; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.transition {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.red {
  color: #E10E2D; }

.hide {
  display: none; }

.red {
  color: #fe0000; }

@font-face {
  font-family: PTSans;
  src: url(../fonts/PTSans-Regular.woff); }
.containers {
  width: 1000px;
  margin: 0 auto; }

body {
  font-family: PTSans;
  //background: url(../img/bg.jpg) repeat;
	background: #A3C4E0;
	/*
  background: #000; */
  }

.bg {
  background: linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, rgba(165, 92, 0, 0) 37%, rgba(255, 255, 255, 0.35) 100%); }

h2 {
  font-size: 20px;
  line-height: 35px;
  color: #456e9d;	
  border-bottom: 1px solid #456e9d;
  text-transform: uppercase;
  font-weight: bold; }

h4 {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-align: center; }

p {
  color: #5c5c5c;
  font-size: 16px; }

.icon-phone {
  background: url(../img/icons/icon-phone.png);
  width: 15px;
  height: 24px;
  display: inline-block;
  margin-right: 10px; }

.icon-mail {
  background: url(../img/icons/maol.png);
  width: 14px;
  height: 12px;
  display: inline-block;
  margin-right: 10px; }

.white-bg {
  background: #ffffff; }

.header {
  background: url(../img/header-bg.png); }
.header .logo {
  float: left; }
.header .contacts {
  float: right;
  width: 250px;
  margin-top: 22px;
  text-align: right; }
.header .phone-number {
  font-size: 26px;
  //color: #ffffff;
	color: #000;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 8px; }
.header .mail {
  font-size: 15px;
  //color: #ffffff;
	color: #000;
  line-height: 15px; }
.header .wrapper {
  /*border-bottom: #89a9cd 8px solid;*/
  padding: 22px 0; }





.nav-menu .wrapper {
	border: 1px solid #A0B2CE;
    background: linear-gradient(0deg, #09090A 0%, #2C3033 100%);*/
    border-bottom: 1px solid #5F81A2;
	}
	
	
	
  /*border-top: #89a9cd 8px solid;
 background: linear-gradient(0deg, #dbe7f5 0%, #f9fbfd 100%);
 border-bottom: 1px solid #cfdbe7; */
	
	
	
	
.nav-menu .nav-item {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  float: left;
  border-left: 1px solid #cfdbe7; }
.nav-menu .nav-item:hover {
  background: rgba(0, 0, 0, 0.05); }
.nav-menu .nav-item:hover .sub-menu {
  display: block; }
.nav-menu .nav-item .nav-link {
 /* color: #5c5c5c;*/
  display: block;
  padding: 20px; }
.nav-menu .sub-menu {
  position: absolute;
  display: none;
  width: 200px;
  left: -1px;
  top: 59px;
	
	
	  background: linear-gradient(0deg, #09090A 0%, #2C3033  100%);
	
  /*background: linear-gradient(0deg, #dbe7f5 0%, #f9fbfd 100%);*/
	
	
	
	
  z-index: 5;
  border: 1px solid #cfdbe7; }
.nav-menu .sub-menu .nav-item {
  width: 100%;
  border-left: 0;
  border-bottom: 1px solid #cfdbe7; }
.nav-menu .sub-menu .nav-item:last-child {
  border-bottom: 1px solid #cfdbe7; }
.nav-menu .down {
  background: url(../img/icons/icon-down.png);
  width: 9px;
  height: 6px;
  display: inline-block;
  line-height: 15px; }
.nav-menu .search-form {
  margin-top: 12px;
  margin-right: 20px;
  float: right; }
.nav-menu .search-form .input {
  width: 160px;
  height: 22px;
  /*background: none;*/
  border: none;
  border-bottom: 2px solid #828384; }
.nav-menu .search-form .submit {
  background: none;
  border: none;
  background: url(../img/icons/icon-search.png);
  width: 20px;
  height: 20px;
  cursor: pointer; }
.nav-menu .search-form .submit:hover {
  opacity: 0.5; }

.slider {
  padding: 20px; }

.about-us {
  padding: 20px; }
.about-us .discription {
  margin: 30px 0; }

.our-services {
  padding: 20px; }

.puzzle-wrapper {
  background: url(../img/puzzle/puzzle-bg.jpg);
  height: 960px;
  margin-top: 30px; }
.puzzle-wrapper .puzzle {
  float: left;
  position: relative; }
.puzzle-wrapper .puzzle .hide {
  display: none !important; }
.puzzle-wrapper .puzzle .text {
  color: #000000;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle; }
.puzzle-wrapper .puzzle.text-bg {
  background: url(../img/puzzle/puzzle-8-text.png) no-repeat; }
.puzzle-wrapper .puzzle.text-bg .discription {
  display: none !important; }
.puzzle-wrapper .puzzle-1, .puzzle-wrapper .puzzle-2, .puzzle-wrapper .puzzle-3 {
  height: 240px; }
.puzzle-wrapper .puzzle-1 {
  width: 320px;
  background: url(../img/puzzle/puzzle-1.png); }
.puzzle-wrapper .puzzle-1.text-bg {
  background: url(../img/puzzle/puzzle-1-text.png) no-repeat; }
.puzzle-wrapper .puzzle-2 {
  background: url(../img/puzzle/puzzle-2.png);
  margin-left: -55px;
  width: 375px; }
.puzzle-wrapper .puzzle-2 .link {
  margin-left: 55px; }
.puzzle-wrapper .puzzle-2.text-bg {
  background: url(../img/puzzle/puzzle-2-text.png) no-repeat; }
.puzzle-wrapper .puzzle-3 {
  background: url(../img/puzzle/puzzle-3.png);
  margin-left: -55px;
  width: 375px; }
.puzzle-wrapper .puzzle-3 .link {
  margin-left: 55px; }
.puzzle-wrapper .puzzle-3.text-bg {
  background: url(../img/puzzle/puzzle-3-text.png) no-repeat; }
.puzzle-wrapper .puzzle-4, .puzzle-wrapper .puzzle-6 {
  height: 350px;
  width: 375px;
  margin-top: -55px; }
.puzzle-wrapper .puzzle-4 {
  background: url(../img/puzzle/puzzle-4.png); }
.puzzle-wrapper .puzzle-4 .link {
  margin-top: 55px; }
.puzzle-wrapper .puzzle-4.text-bg {
  background: url(../img/puzzle/puzzle-4-text.png) no-repeat; }
.puzzle-wrapper .puzzle-5 {
  background: url(../img/puzzle/puzzle-5.png);
  width: 320px;
  height: 295px;
  margin-top: -55px;
  margin-left: -55px; }
.puzzle-wrapper .puzzle-5 .link {
  margin-top: 55px; }
.puzzle-wrapper .puzzle-5.text-bg {
  background: url(../img/puzzle/puzzle-5-text.png) no-repeat; }
.puzzle-wrapper .puzzle-6 {
  background: url(../img/puzzle/puzzle-6.png);
  margin-left: -55px; }
.puzzle-wrapper .puzzle-6 .link {
  margin-left: 55px;
  margin-top: 55px; }
.puzzle-wrapper .puzzle-6.text-bg {
  background: url(../img/puzzle/puzzle-6-text.png) no-repeat; }
.puzzle-wrapper .puzzle-7 {
  background: url(../img/puzzle/puzzle-7.png);
  width: 320px;
  height: 240px;
  margin-top: -55px; }
.puzzle-wrapper .puzzle-7.text-bg {
  background: url(../img/puzzle/puzzle-7-text.png) no-repeat; }
.puzzle-wrapper .puzzle-8 {
  background: url(../img/puzzle/puzzle-8.png);
  width: 430px;
  height: 295px;
  margin-left: -55px;
  margin-top: -110px; }
.puzzle-wrapper .puzzle-8 .link {
  margin-left: 55px;
  margin-top: 55px; }
.puzzle-wrapper .puzzle-8.text-bg {
  background: url(../img/puzzle/puzzle-8-text.png) no-repeat; }
.puzzle-wrapper .puzzle-9 {
  background: url(../img/puzzle/puzzle-9.png);
  width: 320px;
  height: 295px;
  margin-left: -55px;
  margin-top: -55px; }
.puzzle-wrapper .puzzle-9.text-bg {
  background: url(../img/puzzle/puzzle-9-text.png) no-repeat; }
.puzzle-wrapper .puzzle-10 {
  background: url(../img/puzzle/puzzle-10.png);
  width: 320px;
  height: 295px;
  margin-top: -110px; }
.puzzle-wrapper .puzzle-10 .link {
  margin-top: 55px; }
.puzzle-wrapper .puzzle-10.text-bg {
  background: url(../img/puzzle/puzzle-10-text.png) no-repeat; }
.puzzle-wrapper .puzzle-11 {
  background: url(../img/puzzle/puzzle-11.png);
  width: 375px;
  height: 295px;
  margin-top: -110px;
  margin-left: -55px; }
.puzzle-wrapper .puzzle-11 .link {
  margin-left: 55px;
  margin-top: 55px; }
.puzzle-wrapper .puzzle-11.text-bg {
  background: url(../img/puzzle/puzzle-11-text.png) no-repeat; }
.puzzle-wrapper .puzzle-12 {
  background: url(../img/puzzle/puzzle-12.png);
  width: 375px;
  height: 240px;
  margin-top: -55px;
  margin-left: -55px; }
.puzzle-wrapper .puzzle-12 .link {
  margin-left: 55px; }
.puzzle-wrapper .puzzle-12.text-bg {
  background: url(../img/puzzle/puzzle-12-text.png) no-repeat; }
.puzzle-wrapper .puzzle-1, .puzzle-wrapper .puzzle-2, .puzzle-wrapper .puzzle-3, .puzzle-wrapper .puzzle-4, .puzzle-wrapper .puzzle-5, .puzzle-wrapper .puzzle-6, .puzzle-wrapper .puzzle-7, .puzzle-wrapper .puzzle-8, .puzzle-wrapper .puzzle-9, .puzzle-wrapper .puzzle-10, .puzzle-wrapper .puzzle-11, .puzzle-wrapper .puzzle-12 {
  background-repeat: no-repeat; }
.puzzle-wrapper .link {
  display: table;
  position: relative;
  width: 320px;
  height: 240px;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  z-index: 20; }
.puzzle-wrapper .no-bg {
  background-size: 0; }
.puzzle-wrapper .discription {
  display: table-cell;
  vertical-align: middle; }

.events {
  padding: 20px; }
.events .item {
  width: 300px;
  float: left;
  margin-right: 30px;
  margin-top: 22px; }
.events .item:nth-child(3n) {
  margin-right: 0; }
.events .item .link {
  color: #d92426;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  padding-left: 30px;
  margin-bottom: 18px;
  background: url(../img/icons/icon-event.png) no-repeat left; }
.events .item .link:hover {
  text-decoration: none; }
.events .item .show-more {
  color: #456e9d;
  font-size: 16px;
  display: block;
  float: right;
  margin-top: 10px;
  text-decoration: underline; }
.events .item .show-more:hover {
  text-decoration: none; }

.nav-menu-down {
	background: linear-gradient(0deg, #2B2B2B 0%, #2B2B2B 100%);
	border: 1px solid #A0B2CE;
	padding: 16px 20px;}
    
    
	/*
  background: linear-gradient(0deg, #dbe7f5 0%, #f9fbfd 100%);
  border-top: 1px solid #cfdbe7;
  padding: 16px 20px; }*/
.nav-menu-down .nav-item {
  font-size: 17px;
  float: left;
  padding: 0 20px;
  border-left: 1px solid #363636; }
.nav-menu-down .nav-item:first-child {
  border: 0; }
.nav-menu-down .nav-item:hover {
  text-decoration: underline; }
.nav-menu-down .nav-link {
 /* color: #363636; */}
.nav-menu-down .phone {
  float: right;
 // color: #416b9b; 
	 margin: 0px auto -10px;
	color: #fff;
}

.footer {
  padding: 15px 155px;
  color: #ffffff;
  font-size: 14px;
  text-align: center; }
 /*SKROND.RU*/
 .ac-container{
   /* width: 400px;*/
   // margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label{
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
   /* display: block;*/
    //height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 17px;
    font-size: 17px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;    
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
    height: 7650px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 1000px;
}
.ac-container input:checked ~ article.ac-large{
    height: 850px;
}
.ac-container input:checked ~ article.ac-big{
    height: 2900px;
}
.pre {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    /* font-size: 13px; */
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	
}
a.button {
  display:block;
  text-align: center;
  height: 40px;
  width:250px;
  margin: 10px auto 0px;
  line-height: 40px;
  padding-left: 38px;
  position: relative;
  background:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
a.button span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}
a.button:hover span , .button.active span {
  background:#fff;
  border-right: 1px solid  rgba(0,0,0,0.3);
  color: #297FB8;
}
a.button:hover, .button.active span {
   background:rgb(41,127,184);
  border-right: 1px solid  rgba(0,0,0,0.3);
  color: #000;
}
ul.skrond-tel {
	margin-top: 0;
    margin-bottom: 0px;
}













/*С‚Р°Р±Р»РёС†Р° РєСЂР°СЃРёРІР°СЏ*/









.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

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