
/*@media (max-width: 992px) {*/
	.enfont{color:#083c61; 
	font-size:15px;
	font-weight:600;}
.enlang{
	margin-right:15px;
	margin-top:-10px !important;
float: right;
	color:#083c61; 
	font-size:15px;
	font-weight:600;
}	
/*}*/
@media (min-width: 992px) {
	/*.enfont{		color:#d5e5f1; 
	font-size:65px;
	font-weight:600;}
.enlang{
	display:inline-block; 
	float:right;
	margin-right:120px; 
	color:#d5e5f1; 
	font-size:65px;
	font-weight:600;
}*/}

.fnt_col{
	font-size:20px;
}

.gradient{
	
padding:5px;

}
.gradient:hover{
	background: linear-gradient(to bottom right, pink, pink, 85%, blue); 
}
.nemenu{
		display:block;
	color: black !important; 
	width:100%; 
	text-align: left; 
	padding-left:20px;
	padding-top:5px;
	font-weight:400;
	padding:2px;
}
.nemenu  a {
		display:block;
	color: black !important;
	width:300px;
	padding:2px;
}
.nemenu  a:hover {
	color: black !important;
	font-weight:600;
	background-color:white;
	width:300px;
	display:block;
	margin-left:0;
	margin-right:0;
	padding:2px;
	opacity: 0.7;
	
}
body {
font-size: 16px !important;
color: #083C61;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, FontAwesome;
}
@media (min-width: 992px){}
@media (max-width: 991px) and (min-width: 768px){}
@media (max-width: 767px){}

@import url('https://fonts.googleapis.com/css?family=Raleway');
$dark:#F1DABF;
$facebook:#365899;
$twitter:#1DA1F2;
$youtube:#FF0000;
$instagram:#C32AA3;
$googlePlus:#DB4437;


@function Shadow($color,$number){
  $value:'0px 0px 0px #{$color}';
  @for $i from 1 through $number{
    $value:"#{$value},0px #{$i}px 2px "+darken($color,$i*5);
  }
  @return unquote($value);
}
/*крутой оптимизатор https://www.cy-pr.com/tools/css/*/

.images{
	max-width: 100%;
}

.about{
	width: 60%;
	text-align: left;
	float: left;
}

.textnews{
    width: 530px;
	display: block;
	float: left;
	padding: 30px;
}
.left{
	float: left;
	margin-top: 30px;
}
.news{
	width: 60%;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	display: inline-block;
}

.center{
		display: block;
		left: 30%;
		right:30%;
}

.button{
	min-width: 100px;
	background-color:#EFF8FF;
	padding: 30px;
	float: left;
	margin-right: 30px;
}

.contactfield{
	min-width: 480px;
	background-color:#EFF8FF;
	padding: 30px;
}

.big{
	height: 125px;
	}

.contactblock{
	text-align: center;
	display: inline-block;
	width: auto;
	min-height: 100%;
	}

.contacts{
	padding-left: auto;
	padding-right: auto;
	float: left;
	display: block;
	margin-top: 30px;
	margin-right: 30px;
}

i.socials.fa.fa-instagram,i.socials.fa.fa-google-plus,i.socials.fa.fa-youtube,i.socials.fa.fa-facebook,i.socials.fa.fa-twitter {
float:right;
margin: 30px;
font-size: 23px;
/*color: #A2D9F7;*/
}

.fa-glass:before {
    content: "\f000";
	font-family: FontAwesome;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
  background-color: $dark;
  font-family: 'Raleway', sans-serif;
}

.symbol{
   content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.symbol:before{
   content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.socialIcons{
  padding:0;
  margin:0;
  list-style-type:none;
  display:inline-block;
  position:fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  height:70px;
  text-align:center;
  li{
    display:inline-block;
    margin:auto 10px;
    
    a{
      text-align:center;
      display:inline-block;
      font-size:4rem;
      height:100px;
      width:100px;
      line-height:100px;
      color:$dark;
      transition:all ease 0.5s;
      text-shadow:
        0px 0px 1px rgba(0,0,0,1),
        0px 0px 1px rgba(0,0,0,1);
      transform:rotateX(-30deg);
      &:hover{
        transform:rotateX(-30deg) translateY(-20px) ;
        &.facebook{
          color:$facebook;
          text-shadow:Shadow($facebook,10);
        }
        &.twitter{
          color:$twitter;
          text-shadow:Shadow($twitter,10);
        }
        &.instagram{
          color:$instagram;
          text-shadow:Shadow($instagram,10);
        }
        &.googlePlus{
           color:$googlePlus;
          text-shadow:Shadow($googlePlus,10);
        }
        &.youtube{
          color:$youtube;
          text-shadow:Shadow($youtube,10);
        }
      }
    }
    
  }
}


.otherPens{
  position:absolute;
  color:#212121;
  font-weight:600;
  text-decoration:none;
  font-size:1.2rem;
}

<!---->
.yellow{
	background-color: yellow;
}
.scenebig {
  margin-top: 0px;/*22px;*/
  margin-left: 0px;
  width: 300px;
  height: 300px;
  perspective: 70000px;
  float: left;
}

.cubebig {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all .6s;
}

.cubebig:hover{ /*transition: transform 1s;*/
transform: rotateY(-90deg) translateZ(0px);
transition: all .6s;
}


.cube__face_big {
  position: absolute;
  width: 300px;
  height: 300px;
}

.cube__face_front_big  {transform: rotateY(0deg) translateZ(150px);
}

.cube__face_right_big  {transform: rotateY(90deg) translateZ(150px);
}
.cube__face_back_big   { transform: rotateY(180deg) translateZ(150px);
}
.cube__face_left_big   {transform: rotateY(-90deg) translateZ(150px);

}
.cube__face_top_big    {transform: rotateX(90deg) translateZ(150px); 

}
.cube__face_bottom_big {transform: rotateX(-90deg) translateZ(150px); 
}


.title{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	height: 100px;
	background-color: #ffffff;
	padding: 30px;
	color: #083C61;
	font-size: 25px;
}

.logo{
	position: absolute;
	padding-top: 23px;
	padding-left: 50px;
	font-size: 31px;
	color: #083C61;
	line-height: 25px;
	/*font-weight: bold;*/
}

.widget{
	width: 100px;
	height:100px;
	display: inline-block;
}
.w_EFF6FF{
background-color: #F2FAFF;
}

.w_E8EFF9{
	background-color:#E8EFF9
}
.w_E1ECFE{
	background-color:#E1ECFE;
}
.w_E1ECFE{
	background-color:#E1ECFE;
}
.w_DFEBFF{
	background-color:#DFEBFF;
}
.w_F2FAFF{
	background-color:#F2FAFF;
}
.w_F2FAFF{
	background-color:#F2FAFF;
}
.w_A2D9F7{
	background-color:#A2D9F7;
}

.w_D3E4FE{
background-color:#D3E4FE;	
}

.w_A2D9F7{
background-color:#A2D9F7;	
}
.w_D3E4FE{
	background-color:#D3E4FE;
}

.right{
	float: right;
}

.li_menu{ 
right: 400px;

float: right;
padding-top: 40px;
padding-bottom: 30px;
text-align: center;
position: absolute;
width: 100px;
height: 100px;
background-color: #A2D9F7;
}

.li_about{ 
float: right;
right: 200px;
padding-top: 40px;
padding-bottom: 30px;
text-align: center;
position: absolute;
width: 100px;
height: 100px;
background-color: #F2FAFF;
}

.li_news{
float: right;
right: 300px;
padding-top: 40px;
padding-bottom: 30px;
text-align: center;
position: absolute;
width: 100px;
height: 100px;
background-color: #DFEBFF;
}


.li_photos{
float: right;
right: 100px;
padding-top: 40px;
padding-bottom: 30px;
text-align: center;
position: absolute;
width: 100px;
height: 100px;
background-color: #E8EFF9;
}

.li_contact{
float: right;
right: 0px;
padding-top: 40px;
padding-bottom: 30px;
text-align: center;
position: absolute;
width: 100px;
height: 100px;
background-color: yellow;
}


.text{
	
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.principl{
	float: left;
	height: 300px;
	width: 300px;
	padding: 30px;
	text-align: center;
	vertical-align: center;
}
.p_D3E4FE{
	background-color: #D3E4FE;
}
.pr_EFF8FF{
	background-color: #EFF8FF;
}
.pr_FFFF00{
	background-color: #FFFF00;
}
.pr_A2D9F7{
	background-color: #A2D9F7;
}


ul {

  list-style: none; /*убираем маркеры списка*/
  margin: 0; /*убираем верхнее и нижнее поле, равное 1em*/
  padding-left: 0; /*убираем левый отступ, равный 40px*/
}
a {text-decoration: none; /*убираем подчеркивание текста ссылок*/}
li{ 
	padding-top: 40px;
	float: right;
	display: inline-block;
	height: 100px;
	width: 100px;
}


.colomn{
	height:500px;
	top: 75%;
	position: absolute;
	display:block;
	left: 0;
	right: 20%;
	/*min-height: 1000px;*/
	min-width: 100%;
	background-color: #E0EDFF;
	z-index: 50;
}

.mega_menu{
    top: 0px;
	position: absolute;
	background-color: yellow;
	height: 100px;
    z-index: 1;
	left: 20%;
	right: 20%;
	min-width: 1200px	;
}

.row{
    top: 0px;
	margin-left: auto !important;
    margin-right: auto !important;
}

.scene_date {
  width: 200px;
  height: 200px;
  perspective: 600px;
  float: left;
}
.scene_y {
  width: 50px;
  height: 50px;
  perspective: 600px;
  float: left;
}
.scene_n {
  width: 20px;
  height: 20px;
  perspective: 600px;
  float: left;
}

.cube_y {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all .6s;
}
.cube_date {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all .6s;
}

.cube__face_date {
  position: absolute;
  width: 200px;
  height: 200px;
}
.cube__face_y {
  position: absolute;
  width: 50px;
  height: 50px;
}

.cube__face_n {
  position: absolute;
  width: 20px;
  height: 20px;
}

.cube__face_front_y  {transform: rotateY(0deg) translateZ(25px);
background-color: #CFDFF8;}
.cube__face_front_date  {transform: rotateY(0deg) translateZ(100px);
background-color: #CFDFF8;}

.cube__face_front_n  {transform: rotateY(0deg) translateZ(10px);
background-color: #CFDFF8;}

.cube__face_front_date  {transform: rotateY(0deg) translateZ(100px);
background-color: #CFDFF8;}

.cube__face_right_y  {transform: rotateY(90deg) translateZ(25px);
background-color: blue;}

.cube__face_right_date {transform: rotateY(90deg) translateZ(100px);
background-color: blue;}

.cube__face_back_y   { transform: rotateY(180deg) translateZ(25px);
background-color: red;}

.cube__face_back_date  { transform: rotateY(180deg) translateZ(100px);
background-color: red;}

.cube__face_left_y   {transform: rotateY(-90deg) translateZ(25px);
background-color: #ffcccc;
 }
 
 .cube__face_left_date   {transform: rotateY(-90deg) translateZ(100px);
background-color: #ffcccc;
 }
.cube__face_top_y    {transform: rotateX(90deg) translateZ(25px); 
/*background-color: yellow;*/
 background: linear-gradient(to bottom right, pink, pink, 85%, blue);
}
.cube__face_top_date    {transform: rotateX(90deg) translateZ(100px); 
/*background-color: yellow;*/
 background: linear-gradient(to bottom right, pink, pink, 85%, blue);
}
.cube__face_top_n    {transform: rotateX(90deg) translateZ(10px); 
/*background-color: yellow;*/
 background: linear-gradient(to bottom right, pink, pink, 85%, blue);
}
.cube__face_bottom_y {transform: rotateX(-90deg) translateZ(25px); 
background-color: black;}
.cube__face_bottom_date {transform: rotateX(-90deg) translateZ(100px); 
background-color: black;}

.cube_date:hover{ /*transition: transform 1s;*/
transform: rotateX(-90deg) translateZ(0px);
transition: all .6s;
}
.cube_y:hover{ /*transition: transform 1s;*/
transform: rotateX(-90deg) translateZ(0px);
transition: all .6s;
}
/*цветные кубики*/
.colorEEF6FFdate{
	background-color: #DEEAFD;
	height: 200px;
	display: inline-block;
}
.colorEEF6FF_y{
	background-color: #DEEAFD;
	height:  50px;
	display: inline-block;
}

.colorEEF6FF{
	background-color: #DEEAFD;
	height: 100px;
	display: inline-block;
}
.colorEEF6FF_n{
	background-color: #DEEAFD;
	height: 20px;
	display: inline-block;
}
.colorDEEAFD{
		background-color: #DEEAFD;
		height: 50px;
			display: inline-block;
}
.colorDEEAFD{
background-color:#DEEAFD;
height: 50px;
	display: inline-block;
}
.colorA5AEBD{
background-color:#A5AEBD;
height: 50px;
	display: inline-block;
}
.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;

}
.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;

}
.colorE0EDFF{
background-color:#E0EDFF;
height: 50px;
	display: inline-block;
}
.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}
.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;

}
.colorFFFFFFdate{
background-color:#FFFFFF;
height: 200px;
	display: inline-block;

}

.colorE8EFF9{
background-color:#E8EFF9;
height: 50px;
	display: inline-block;

}
.colorD3E1FB{
background-color:#D3E1FB;
height: 50px;
	display: inline-block;
}
.colorF2FAFF{
background-color:#F2FAFF;
height: 50px;
	display: inline-block;
}
.colorDDE9FF{
background-color:#DDE9FF;
height: 50px;
	display: inline-block;
}
.colorA5AEBD{
background-color:#A5AEBD;
height: 50px;
	display: inline-block;
}
.colorE0EBFF{
background-color:#E0EBFF;
height: 50px;
	display: inline-block;
}
.colorE8EFF9{
background-color:#E8EFF9;
height: 50px;
	display: inline-block;
}
.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;
}
.colorF1F8FF{
background-color:#F1F8FF;
height: 50px;
	display: inline-block;
}
.colorCFDFF8{
background-color:#CFDFF8;
height: 50px;
	display: inline-block;
}
.colorCFDFF8_y{
background-color:#CFDFF8;
height: 50px;
	display: inline-block;
}

.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}
.colorE6EFFF{
background-color:#E6EFFF;
height: 50px;
	display: inline-block;
}
.colorE0EDFF{
background-color:#E0EDFF;
height: 50px;
	display: inline-block;
}

.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;
}
.colorDEEAFF{
background-color:#DEEAFF;
height: 50px;
	display: inline-block;
}
.colorEFF8FF{
background-color:#EFF8FF;
height: 50px;
	display: inline-block;
}
.colorE8EFF9{
background-color:#E8EFF9;
height: 50px;
	display: inline-block;
}
.colorA5AEBD{
background-color:#A5AEBD;
height: 50px;
	display: inline-block;
}
.colorD3E1FB{
background-color:#D3E1FB;
height: 50px;
	display: inline-block;
}
.colorF2FAFF{
background-color:#F2FAFF;
height: 50px;
	display: inline-block;
}
.colorDDE9FF{
background-color:#DDE9FF;
height: 50px;
	display: inline-block;
}
.colorEFF8FF{
background-color:#EFF8FF;
height: 50px;
	display: inline-block;
}
.colorD5E1FD_y{
background-color:#D5E1FD;
height: 50px;
	display: inline-block;
}

/*новая строка*/
.colorE0EBFF{
background-color:#E0EBFF;
height: 50px;
	display: inline-block;
}
.colorE8EFF9{
background-color:#E8EFF9;
height: 50px;
	display: inline-block;
}
.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;
}
.colorF1F8FF{
background-color:#F1F8FF;
height: 50px;
	display: inline-block;
}
.colorCFDFF8{
background-color:#CFDFF8;
height: 50px;
	display: inline-block;
}
.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}
.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}
.colorE0EDFF{
background-color:#E0EDFF;
height: 50px;
	display: inline-block;
}
.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;
}
.colorE1ECFE{
background-color:#E1ECFE;
height: 50px;
	display: inline-block;
}
.colorE1ECFE{
background-color:#E1ECFE;
height: 50px;
	display: inline-block;
}
.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;
}
.colorEFF8FF{
background-color:#EFF8FF;
height: 50px;
	display: inline-block;
}

/*новая строка*/
.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}
.colorDEEAFD{
background-color:#DEEAFD;
height: 50px;
	display: inline-block;
}
	
.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;

}
.colorEFF6FF_y{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;

}


.colorF1F8FF{		
background-color:#F1F8FF;
height: 50px;
	display: inline-block;
}
.colorCFDFF8{
background-color:#CFDFF8;
height: 50px;
	display: inline-block;
}
.colorF1F8FF{
background-color:#F1F8FF;
	height: 50px;
		display: inline-block;
	}
.colorE6EFFF{
background-color:#E6EFFF;
	height: 50px;
		display: inline-block;
	}
.colorE2EBFA{	
background-color:#E2EBFA;
height: 50px;
	display: inline-block;
}
.colorD5E3FD{
	background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}
.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}

.colorE6EFFF{
background-color:#E6EFFF;
height: 50px;
	display: inline-block;
}

.colorC3D3ED{
background-color:#C3D3ED;
height: 50px;
	display: inline-block;
}

.colorDDE9FF{
background-color:#DDE9FF;
height: 50px;
	display: inline-block;
}

.colorEFF8FF{
background-color:#EFF8FF;
height: 50px;
	display: inline-block;
}

.colorEFF8FF{
background-color: #E0EBFF;
height: 50px;
	display: inline-block;
}
/*новая строка*/

.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;
}

.colorEFF6FF{
background-color: #EFF6FF;
height: 50px;
	display: inline-block;
}

.colorD0DDF0{
background-color:#D0DDF0;
height: 50px;
	display: inline-block;
}

.colorD3E4FE{
background-color: #D3E4FE;
height: 50px;
	display: inline-block;
}

.colorDFECFF{
background-color:#DFECFF;
height: 50px;
	display: inline-block;
}

.colorF1F5FE{
background-color:#F1F5FE;
height: 50px;
	display: inline-block;
}

.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
	display: inline-block;
}

.colorDDE9FF{
background-color:#DDE9FF;
height: 50px;
	display: inline-block;

}

.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;
}

.colorEFF8FF{
background-color:#EFF8FF;
height: 50px;
	display: inline-block;
}

.colorDFEBFF{
background-color:#DFEBFF;
height: 50px;
	display: inline-block;

}

.colorFFFFFF{
background-color: #FFFFFF;
height: 50px;
	display: inline-block;
}

.colorC3D3ED{
background-color: #C3D3ED;
height: 50px;
	display: inline-block;
}

.colorEFF6FF{
background-color:#EFF6FF; 
height: 50px;
	display: inline-block;
}

/*новая строка*/

.colorD0DDF0{
background-color:#D0DDF0;
height: 50px;
	display: inline-block;
}

.colorA5AEBD{
background-color:#A5AEBD;
height: 50px;
	display: inline-block;
}
.colorA5AEBD_y{
background-color:#A5AEBD;
height: 50px;
	display: inline-block;
}

.colorD0DDF0{
background-color:#D0DDF0;
height: 50px;
	display: inline-block;
}

.colorE0E8FB{
background-color:#E0E8FB;
height: 50px;
	display: inline-block;
}

.colorDFECFD{
background-color:#DFECFD;
height: 50px;
	display: inline-block;
}

.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;}

.colorE4ECFF{
background-color:#E4ECFF;
height: 50px;
	display: inline-block;
}

.colorE4ECFF{
background-color:#E4ECFF;
height: 50px;
	display: inline-block;
}

.colorD2E3FD{
background-color:#D2E3FD;
height: 50px;
	display: inline-block;
}

.colorD2E3FD{
background-color:#D2E3FD;
height: 50px;
	display: inline-block;
}

.colorF2FAFF{
background-color:#F2FAFF;
height: 50px;
	display: inline-block;
}

.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;

	display: inline-block;}

.colorDDE9FF{
background-color:#DDE9FF;
height: 50px;
	display: inline-block;}


.colorF2FAFF{
background-color:#F2FAFF;
height: 50px;
display: inline-block;
}

.colorD5E3FD{
background-color:#D5E3FD;
height: 50px;
display: inline-block;
}

/*новая строка*/

.colorF1F5FE{
background-color:#F1F5FE;
height: 50px;
display: inline-block;
}

.colorCFDFF9{
background-color:#CFDFF9;
height: 50px;
display: inline-block;
}

.colorE0EBFF{
background-color:#E0EBFF;
height: 50px;
display: inline-block;}

.colorA5AEBD{
background-color:#A5AEBD;
height: 10px;display: inline-block;}

.colorCADAF3{
background-color:#CADAF3;
height: 50px;
display: inline-block;}

.colorDFECFD{
background-color:#DFECFD;
height: 50px;
display: inline-block;
}

.colorDDE9FF{
background-color:#DDE9FF;
height: 50px;
display: inline-block;
}

.colorEEF7FF{
background-color:#EEF7FF;
height: 50px;
display: inline-block;
}

.colorDEEAFF{
	background-color:#DEEAFF;
	height: 50px;
	display: inline-block;
}

.colorA2D9F7{
	background-color:#A2D9F7;
	height: 50px;
	display: inline-block;
}
.colorE8EFF9{
background-color:#E8EFF9;
height: 50px;
display: inline-block;
}

.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
display: inline-block;
}

/*новая строка*/

.colorD3E1FB{
background-color: #D3E1FB;
height: 50px;
display: inline-block;}

.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
display: inline-block;
}

.colorD6E6FF{
background-color:#D6E6FF;
height: 50px;
display: inline-block;
}

.colorDEEAFF{
background-color:#DEEAFF;
height: 50px;
display: inline-block;
}

.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;}

.colorFFFFFF{
	background-color:#FFFFFF;
	height: 50px;
		display: inline-block;
}

.colorCADAF3{
	background-color:#CADAF3;
	height: 50px;
		display: inline-block;}
	
.colorDEEAFF{	
background-color:#DEEAFF;
height: 50px;
	display: inline-block;}

.colorF1F5FE{
background-color:#F1F5FE;
height: 50px;
	display: inline-block;}

.colorFFFFFF{
background-color:#FFFFFF;
height: 50px;
	display: inline-block;}

.colorEFF6FF{
background-color:#EFF6FF;
height: 50px;
	display: inline-block;}

.colorC3D3ED{
background-color:#C3D3ED;
height: 50px;
	display: inline-block;}

.colorA5AEBD{
background-color:#A5AEBD;
height: 50px;
	display: inline-block;}

/*лыков изо*/

.row{
    top: 0px;
	margin-left: auto !important;
    margin-right: auto !important;
}

.scene {
  width: 20px;
  height: 20px;
  perspective: 600px;
  float: left;
}

.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all .6s;
}


.cube__face {
  position: absolute;
  width: 20px;
  height: 20px;
}
.cube__face_front  {transform: rotateY(0deg) translateZ(10px);
background-color: green;}

.cube__face_right  {transform: rotateY(90deg) translateZ(10px);
background-color: blue;}
.cube__face_back   { transform: rotateY(180deg) translateZ(10px);
background-color: red;}
.cube__face_left   {transform: rotateY(-90deg) translateZ(10px);
background-color: #ffcccc;
 }
.cube__face_top    {transform: rotateX(90deg) translateZ(10px); 
/*background-color: yellow;*/
 background: linear-gradient(to bottom right, pink, pink,  blue);
}
.cube__face_bottom {transform: rotateX(-90deg) translateZ(10px); 
background-color: black;}


.cube:hover{ /*transition: transform 1s;*/
transform: rotateX(-90deg) translateZ(0px);
transition: all .6s;
}
/*цветные кубики*/



.cold{
background-color: rgb(110,143,182);
height: 20px;
 display:       inline-block;}
.col:hover{
	 height: 20px;
	 width: 20px;
	 background-color:yellow;
	 z-index:1000;
 }
 .cold{
background-color: rgb(110,143,182);
height: 20px;
 display:       inline-block;}
	
	 .cold{
background-color: rgb(110,143,182);
height: 20px; width:20px;  
 display:       inline-block;}
	
	.cold0{
background-color: rgb(110,143,182);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold1{
background-color: rgb(115,148,187);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold2{
background-color: rgb(117,149,188);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold3{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold4{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold5{
background-color: rgb(131,160,197);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold6{
background-color: rgb(139,169,205);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold7{
background-color: rgb(146,176,211);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold8{
background-color: rgb(146,176,209);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold9{
background-color: rgb(147,175,208);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold10{
background-color: rgb(150,179,214);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold11{
background-color: rgb(164,186,221);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold12{
background-color: rgb(165,195,227);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold13{
background-color: rgb(171,199,227);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold14{
background-color: rgb(169,191,225);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold15{
background-color: rgb(156,184,220);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold16{
background-color: rgb(151,180,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold17{
background-color: rgb(151,178,214);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold18{
background-color: rgb(149,182,215);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold19{
background-color: rgb(151,182,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold20{
background-color: rgb(151,179,211);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold21{
background-color: rgb(148,178,211);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold22{
background-color: rgb(156,182,218);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold23{
background-color: rgb(164,186,221);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold24{
background-color: rgb(164,186,221);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold25{
background-color: rgb(158,185,218);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold26{
background-color: rgb(157,185,219);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold27{
background-color: rgb(166,193,224);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold28{
background-color: rgb(173,195,229);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold29{
background-color: rgb(170,194,225);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold30{
background-color: rgb(160,182,217);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold31{
background-color: rgb(153,182,217);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold32{
background-color: rgb(151,180,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold33{
background-color: rgb(147,177,210);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold34{
background-color: rgb(141,171,207);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold35{
background-color: rgb(140,170,206);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold36{
background-color: rgb(138,168,204);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold37{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold38{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold39{
background-color: rgb(135,165,199);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold40{
background-color: rgb(114,147,186);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold41{
background-color: rgb(114,147,186);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold42{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold43{
background-color: rgb(119,147,189);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold44{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold45{
background-color: rgb(121,150,189);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold46{
background-color: rgb(130,159,196);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold47{
background-color: rgb(140,170,206);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold48{
background-color: rgb(142,172,206);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold49{
background-color: rgb(136,169,207);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold50{
background-color: rgb(151,180,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold51{
background-color: rgb(160,188,222);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold52{
background-color: rgb(153,181,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold53{
background-color: rgb(163,190,224);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold54{
background-color: rgb(162,184,221);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold55{
background-color: rgb(153,181,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold56{
background-color: rgb(157,180,213);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold57{
background-color: rgb(150,178,210);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold58{
background-color: rgb(142,172,210);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold59{
background-color: rgb(142,172,210);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold60{
background-color: rgb(140,174,208);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold61{
background-color: rgb(139,173,208);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold62{
background-color: rgb(158,181,214);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold63{
background-color: rgb(159,184,221);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold64{
background-color: rgb(157,184,217);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold65{
background-color: rgb(155,181,219);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold66{
background-color: rgb(153,181,214);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold67{
background-color: rgb(157,184,217);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold68{
background-color: rgb(166,193,227);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold69{
background-color: rgb(170,197,228);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold70{
background-color: rgb(171,199,233);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold71{
background-color: rgb(172,193,225);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold72{
background-color: rgb(162,189,222);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold73{
background-color: rgb(154,182,215);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold74{
background-color: rgb(144,171,208);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold75{
background-color: rgb(141,171,207);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold76{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold77{
background-color: rgb(139,169,207);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold78{
background-color: rgb(134,164,202);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold79{
background-color: rgb(134,164,202);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold80{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold81{
background-color: rgb(115,145,184);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold82{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold83{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold84{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold85{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold86{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold87{
background-color: rgb(125,154,193);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold88{
background-color: rgb(128,157,192);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold89{
background-color: rgb(146,176,211);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold90{
background-color: rgb(170,189,225);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold91{
background-color: rgb(140,170,204);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold92{
background-color: rgb(150,179,214);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold93{
background-color: rgb(146,173,210);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold94{
background-color: rgb(146,174,206);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold95{
background-color: rgb(134,164,200);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold96{
background-color: rgb(128,160,199);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold97{
background-color: rgb(123,152,189);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold98{
background-color: rgb(119,145,183);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold99{
background-color: rgb(128,154,192);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold100{
background-color: rgb(124,150,190);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold101{
background-color: rgb(126,152,194);
height: 20px; width:20px;  
width: 20px;
 
float:left;}
.cold102{
background-color: rgb(121,147,189);
	height: 20px; width:20px;  
	width: 20px;
	 
float:left;}
.cold103{
background-color: rgb(136,166,200);
height: 20px; width:20px;  
float:left;}
.cold104{
background-color: rgb(153,182,217);
height: 20px; width:20px;  
float:left;}
.cold105{
background-color: rgb(159,182,216);
height: 20px; width:20px;  
float:left;}
.cold106{
background-color: rgb(160,182,219);
height: 20px; width:20px;  
float:left;}
.cold107{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold108{
background-color: rgb(162,189,220);
height: 20px; width:20px;  
float:left;}
.cold109{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold110{
background-color: rgb(166,193,226);
height: 20px; width:20px;  
float:left;}
.cold111{
background-color: rgb(165,193,227);
height: 20px; width:20px;  
float:left;}
.cold112{
background-color: rgb(172,196,227);
height: 20px; width:20px;  
float:left;}
.cold113{
background-color: rgb(170,192,227);
height: 20px; width:20px;  
float:left;}
.cold114{
background-color: rgb(161,186,223);
height: 20px; width:20px;  
float:left;}
.cold115{
background-color: rgb(155,182,216);
height: 20px; width:20px;  
float:left;}
.cold116{
background-color: rgb(152,180,213);
height: 20px; width:20px;  
float:left;}
.cold117{
background-color: rgb(143,173,206);
height: 20px; width:20px;  
float:left;}
.cold118{
background-color: rgb(134,164,202);
height: 20px; width:20px;  
float:left;}
.cold119{
background-color: rgb(127,155,197);
height: 20px; width:20px;  
float:left;}
.cold120{
background-color: rgb(130,159,198);
height: 20px; width:20px;  
float:left;}
.cold121{
background-color: rgb(121,150,189);
height: 20px; width:20px;  
float:left;}
.cold122{
background-color: rgb(110,138,180);
height: 20px; width:20px;  
float:left;}
.cold123{
background-color: rgb(102,131,173);
height: 20px; width:20px;  
float:left;}
.cold124{
background-color: rgb(109,137,179);
height: 20px; width:20px;  
float:left;}
.cold125{
background-color: rgb(116,144,186);
height: 20px; width:20px;  
float:left;}
.cold126{
background-color: rgb(127,156,195);
height: 20px; width:20px;  
float:left;}
.cold127{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
float:left;}
.cold128{
background-color: rgb(117,151,187);
height: 20px; width:20px;  
float:left;}
.cold129{
background-color: rgb(133,160,202);
height: 20px; width:20px;  
float:left;}
.cold130{
background-color: rgb(135,166,198);
height: 20px; width:20px;  
float:left;}
.cold131{
background-color: rgb(169,191,225);
height: 20px; width:20px;  
float:left;}
.cold132{
background-color: rgb(171,192,226);
height: 20px; width:20px;  
float:left;}
.cold133{
background-color: rgb(169,196,230);
height: 20px; width:20px;  
float:left;}
.cold134{
background-color: rgb(136,169,207);
height: 20px; width:20px;  
float:left;}
.cold135{
background-color: rgb(143,173,206);
height: 20px; width:20px;  
float:left;}
.cold136{
background-color: rgb(177,201,232);
height: 20px; width:20px;  
float:left;}
.cold137{
background-color: rgb(190,218,243);
height: 20px; width:20px;  
float:left;}
.cold138{
background-color: rgb(183,204,234);
height: 20px; width:20px;  
float:left;}
.cold139{
background-color: rgb(137,170,210);
height: 20px; width:20px;  
float:left;}
.cold140{
background-color: rgb(192,214,240);
height: 20px; width:20px;  
float:left;}
.cold141{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold142{
background-color: rgb(237,252,255);
height: 20px; width:20px;  
float:left;}
.cold143{
background-color: rgb(186,214,242);
height: 20px; width:20px;  
float:left;}
.cold144{
background-color: rgb(144,174,207);
height: 20px; width:20px;  
float:left;}
.cold145{
background-color: rgb(133,163,197);
height: 20px; width:20px;  
float:left;}
.cold146{
background-color: rgb(135,165,201);
height: 20px; width:20px;  
float:left;}
.cold147{
background-color: rgb(148,178,211);
height: 20px; width:20px;  
float:left;}
.cold148{
background-color: rgb(157,184,218);
height: 20px; width:20px;  
float:left;}
.cold149{
background-color: rgb(162,189,223);
height: 20px; width:20px;  
float:left;}
.cold150{
background-color: rgb(169,191,225);
height: 20px; width:20px;  
float:left;}
.cold151{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold152{
background-color: rgb(170,194,225);
height: 20px; width:20px;  
float:left;}
.cold153{
background-color: rgb(175,197,231);
height: 20px; width:20px;  
float:left;}
.cold154{
background-color: rgb(170,197,230);
height: 20px; width:20px;  
float:left;}
.cold155{
background-color: rgb(166,193,226);
height: 20px; width:20px;  
float:left;}
.cold156{
background-color: rgb(161,188,221);
height: 20px; width:20px;  
float:left;}
.cold157{
background-color: rgb(153,181,214);
height: 20px; width:20px;  
float:left;}
.cold158{
background-color: rgb(139,169,205);
height: 20px; width:20px;  
float:left;}
.cold159{
background-color: rgb(134,164,200);
height: 20px; width:20px;  
float:left;}
.cold160{
background-color: rgb(135,165,203);
height: 20px; width:20px;  
float:left;}
.cold161{
background-color: rgb(126,155,194);
height: 20px; width:20px;  
float:left;}
.cold162{
background-color: rgb(117,146,185);
height: 20px; width:20px;  
float:left;}
.cold163{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold164{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold165{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold166{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
float:left;}
.cold167{
background-color: rgb(127,159,198);
height: 20px; width:20px;  
float:left;}
.cold168{
background-color: rgb(129,158,195);
height: 20px; width:20px;  
float:left;}
.cold169{
background-color: rgb(81,110,153);
height: 20px; width:20px;  
float:left;}
.cold170{
background-color: rgb(154,184,216);
height: 20px; width:20px;  
float:left;}
.cold171{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold172{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold173{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold174{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold175{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold176{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold177{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold178{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold179{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold180{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold181{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold182{
background-color: rgb(254,255,250);
height: 20px; width:20px;  
float:left;}
.cold183{
background-color: rgb(248,255,255);
height: 20px; width:20px;  
float:left;}
.cold184{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold185{
background-color: rgb(237,249,254);
height: 20px; width:20px;  
float:left;}
.cold186{
background-color: rgb(206,229,254);
height: 20px; width:20px;  
float:left;}
.cold187{
background-color: rgb(172,199,233);
height: 20px; width:20px;  
float:left;}
.cold188{
background-color: rgb(148,172,207);
height: 20px; width:20px;  
float:left;}
.cold189{
background-color: rgb(137,170,208);
height: 20px; width:20px;  
float:left;}
.cold190{
background-color: rgb(144,172,206);
height: 20px; width:20px;  
float:left;}
.cold191{
background-color: rgb(163,185,220);
height: 20px; width:20px;  
float:left;}
.cold192{
background-color: rgb(166,193,226);
height: 20px; width:20px;  
float:left;}
.cold193{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold194{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold195{
background-color: rgb(165,192,225);
height: 20px; width:20px;  
float:left;}
.cold196{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold197{
background-color: rgb(158,185,219);
height: 20px; width:20px;  
float:left;}
.cold198{
background-color: rgb(155,182,216);
height: 20px; width:20px;  
float:left;}
.cold199{
background-color: rgb(154,182,215);
height: 20px; width:20px;  
float:left;}
.cold200{
background-color: rgb(135,165,203);
height: 20px; width:20px;  
float:left;}
.cold201{
background-color: rgb(131,160,199);
height: 20px; width:20px;  
float:left;}
.cold202{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
float:left;}
.cold203{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold204{
background-color: rgb(120,149,188);
height: 20px; width:20px;  
float:left;}
.cold205{
background-color: rgb(123,152,191);
height: 20px; width:20px;  
float:left;}
.cold206{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
float:left;}
.cold207{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
float:left;}
.cold208{
background-color: rgb(92,121,165);
height: 20px; width:20px;  
float:left;}
.cold209{
background-color: rgb(126,158,197);
height: 20px; width:20px;  
float:left;}
.cold210{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold211{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold212{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold213{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold214{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold215{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold216{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold217{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold218{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold219{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold220{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold221{
background-color: rgb(219,233,255);
height: 20px; width:20px;  
float:left;}
.cold222{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold223{
background-color: rgb(227,243,255);
height: 20px; width:20px;  
float:left;}
.cold224{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold225{
background-color: rgb(240,255,254);
height: 20px; width:20px;  
float:left;}
.cold226{
background-color: rgb(252,255,252);
height: 20px; width:20px;  
float:left;}
.cold227{
background-color: rgb(221,237,255);
height: 20px; width:20px;  
float:left;}
.cold228{
background-color: rgb(186,210,241);
height: 20px; width:20px;  
float:left;}
.cold229{
background-color: rgb(157,182,212);
height: 20px; width:20px;  
float:left;}
.cold230{
background-color: rgb(146,168,208);
height: 20px; width:20px;  
float:left;}
.cold231{
background-color: rgb(126,160,196);
height: 20px; width:20px;  
float:left;}
.cold232{
background-color: rgb(148,175,212);
height: 20px; width:20px;  
float:left;}
.cold233{
background-color: rgb(157,184,218);
height: 20px; width:20px;  
float:left;}
.cold234{
background-color: rgb(154,182,215);
height: 20px; width:20px;  
float:left;}
.cold235{
background-color: rgb(156,183,216);
height: 20px; width:20px;  
float:left;}
.cold236{
background-color: rgb(161,188,222);
height: 20px; width:20px;  
float:left;}
.cold237{
background-color: rgb(160,182,219);
height: 20px; width:20px;  
float:left;}
.cold238{
background-color: rgb(158,185,219);
height: 20px; width:20px;  
float:left;}
.cold239{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold240{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
float:left;}
.cold241{
background-color: rgb(130,159,198);
height: 20px; width:20px;  
float:left;}
.cold242{
background-color: rgb(131,160,199);
height: 20px; width:20px;  
float:left;}
.cold243{
background-color: rgb(131,160,199);
height: 20px; width:20px;  
float:left;}
.cold244{
background-color: rgb(129,158,197);
height: 20px; width:20px;  
float:left;}
.cold245{
background-color: rgb(125,154,193);
height: 20px; width:20px;  
float:left;}
.cold246{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
float:left;}
.cold247{
background-color: rgb(128,157,196);
height: 20px; width:20px;  
float:left;}
.cold248{
background-color: rgb(99,134,177);
height: 20px; width:20px;  
float:left;}
.cold249{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold250{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold251{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold252{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold253{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold254{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold255{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold256{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold257{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold258{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold259{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold260{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold261{
background-color: rgb(222,240,255);
height: 20px; width:20px;  
float:left;}
.cold262{
background-color: rgb(212,233,255);
height: 20px; width:20px;  
float:left;}
.cold263{
background-color: rgb(250,255,254);
height: 20px; width:20px;  
float:left;}
.cold264{
background-color: rgb(216,237,255);
height: 20px; width:20px;  
float:left;}
.cold265{
background-color: rgb(157,185,221);
height: 20px; width:20px;  
float:left;}
.cold266{
background-color: rgb(127,162,197);
height: 20px; width:20px;  
float:left;}
.cold267{
background-color: rgb(96,130,171);
height: 20px; width:20px;  
float:left;}
.cold268{
background-color: rgb(155,181,217);
height: 20px; width:20px;  
float:left;}
.cold269{
background-color: rgb(220,243,253);
height: 20px; width:20px;  
float:left;}
.cold270{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold271{
background-color: rgb(222,245,253);
height: 20px; width:20px;  
float:left;}
.cold272{
background-color: rgb(136,164,198);
height: 20px; width:20px;  
float:left;}
.cold273{
background-color: rgb(147,175,208);
height: 20px; width:20px;  
float:left;}
.cold274{
background-color: rgb(156,183,217);
height: 20px; width:20px;  
float:left;}
.cold275{
background-color: rgb(157,184,218);
height: 20px; width:20px;  
float:left;}
.cold276{
background-color: rgb(158,185,219);
height: 20px; width:20px;  
float:left;}
.cold277{
background-color: rgb(167,189,224);
height: 20px; width:20px;  
float:left;}
.cold278{
background-color: rgb(166,188,223);
height: 20px; width:20px;  
float:left;}
.cold279{
background-color: rgb(170,192,226);
height: 20px; width:20px;  
float:left;}
.cold280{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
float:left;}
.cold281{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
float:left;}
.cold282{
background-color: rgb(128,157,196);
height: 20px; width:20px;  
float:left;}
.cold283{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
float:left;}
.cold284{
background-color: rgb(131,160,197);
height: 20px; width:20px;  
float:left;}
.cold285{
background-color: rgb(129,158,197);
height: 20px; width:20px;  
float:left;}
.cold286{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold287{
background-color: rgb(136,166,204);
height: 20px; width:20px;  
float:left;}
.cold288{
background-color: rgb(211,232,255);
height: 20px; width:20px;  
float:left;}
.cold289{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold290{
background-color: rgb(255,254,253);
height: 20px; width:20px;  
float:left;}
.cold291{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold292{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold293{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold294{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold295{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold296{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold297{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold298{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold299{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold300{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold301{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold302{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold303{
background-color: rgb(230,248,255);
height: 20px; width:20px;  
float:left;}
.cold304{
background-color: rgb(162,184,219);
height: 20px; width:20px;  
float:left;}
.cold305{
background-color: rgb(113,146,185);
height: 20px; width:20px;  
float:left;}
.cold306{
background-color: rgb(69,96,142);
height: 20px; width:20px;  
float:left;}
.cold307{
background-color: rgb(97,134,174);
height: 20px; width:20px;  
float:left;}
.cold308{
background-color: rgb(158,181,215);
height: 20px; width:20px;  
float:left;}
.cold309{
background-color: rgb(200,224,250);
height: 20px; width:20px;  
float:left;}
.cold310{
background-color: rgb(237,252,255);
height: 20px; width:20px;  
float:left;}
.cold311{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold312{
background-color: rgb(200,224,254);
height: 20px; width:20px;  
float:left;}
.cold313{
background-color: rgb(130,157,191);
height: 20px; width:20px;  
float:left;}
.cold314{
background-color: rgb(153,181,214);
height: 20px; width:20px;  
float:left;}
.cold315{
background-color: rgb(163,190,224);
height: 20px; width:20px;  
float:left;}
.cold316{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold317{
background-color: rgb(168,190,224);
height: 20px; width:20px;  
float:left;}
.cold318{
background-color: rgb(172,194,228);
height: 20px; width:20px;  
float:left;}
.cold319{
background-color: rgb(170,192,226);
height: 20px; width:20px;  
float:left;}
.cold320{
background-color: rgb(113,147,183);
height: 20px; width:20px;  
float:left;}
.cold321{
background-color: rgb(114,144,183);
height: 20px; width:20px;  
float:left;}
.cold322{
background-color: rgb(122,148,190);
height: 20px; width:20px;  
float:left;}
.cold323{
background-color: rgb(124,153,190);
height: 20px; width:20px;  
float:left;}
.cold324{
background-color: rgb(119,151,190);
height: 20px; width:20px;  
float:left;}
.cold325{
background-color: rgb(128,157,194);
height: 20px; width:20px;  
float:left;}
.cold326{
background-color: rgb(127,156,195);
height: 20px; width:20px;  
float:left;}
.cold327{
background-color: rgb(123,157,193);
height: 20px; width:20px;  
float:left;}
.cold328{
background-color: rgb(219,237,254);
height: 20px; width:20px;  
float:left;}
.cold329{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold330{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold331{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold332{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold333{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold334{
background-color: rgb(231,249,255);
height: 20px; width:20px;  
float:left;}
.cold335{
background-color: rgb(205,228,254);
height: 20px; width:20px;  
float:left;}
.cold336{
background-color: rgb(174,198,229);
height: 20px; width:20px;  
float:left;}
.cold337{
background-color: rgb(138,165,202);
height: 20px; width:20px;  
float:left;}
.cold338{
background-color: rgb(108,141,182);
height: 20px; width:20px;  
float:left;}
.cold339{
background-color: rgb(141,168,205);
height: 20px; width:20px;  
float:left;}
.cold340{
background-color: rgb(183,207,238);
height: 20px; width:20px;  
float:left;}
.cold341{
background-color: rgb(199,224,248);
height: 20px; width:20px;  
float:left;}
.cold342{
background-color: rgb(228,244,255);
height: 20px; width:20px;  
float:left;}
.cold343{
background-color: rgb(244,255,255);
height: 20px; width:20px;  
float:left;}
.cold344{
background-color: rgb(197,222,246);
height: 20px; width:20px;  
float:left;}
.cold345{
background-color: rgb(158,185,218);
height: 20px; width:20px;  
float:left;}
.cold346{
background-color: rgb(185,206,238);
height: 20px; width:20px;  
float:left;}
.cold347{
background-color: rgb(198,222,248);
height: 20px; width:20px;  
float:left;}
.cold348{
background-color: rgb(195,217,243);
height: 20px; width:20px;  
float:left;}
.cold349{
background-color: rgb(199,223,251);
height: 20px; width:20px;  
float:left;}
.cold350{
background-color: rgb(190,208,241);
height: 20px; width:20px;  
float:left;}
.cold351{
background-color: rgb(184,212,238);
height: 20px; width:20px;  
float:left;}
.cold352{
background-color: rgb(233,252,253);
height: 20px; width:20px;  
float:left;}
.cold353{
background-color: rgb(204,227,253);
height: 20px; width:20px;  
float:left;}
.cold354{
background-color: rgb(144,168,205);
height: 20px; width:20px;  
float:left;}
.cold355{
background-color: rgb(145,181,209);
height: 20px; width:20px;  
float:left;}
.cold356{
background-color: rgb(160,187,221);
height: 20px; width:20px;  
float:left;}
.cold357{
background-color: rgb(162,184,219);
height: 20px; width:20px;  
float:left;}
.cold358{
background-color: rgb(158,185,219);
height: 20px; width:20px;  
float:left;}
.cold359{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold360{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
float:left;}
.cold361{
background-color: rgb(108,136,180);
height: 20px; width:20px;  
float:left;}
.cold362{
background-color: rgb(109,137,181);
height: 20px; width:20px;  
float:left;}
.cold363{
background-color: rgb(108,141,180);
height: 20px; width:20px;  
float:left;}
.cold364{
background-color: rgb(112,140,184);
height: 20px; width:20px;  
float:left;}
.cold365{
background-color: rgb(118,146,188);
height: 20px; width:20px;  
float:left;}
.cold366{
background-color: rgb(128,163,198);
height: 20px; width:20px;  
float:left;}
.cold367{
background-color: rgb(157,187,219);
height: 20px; width:20px;  
float:left;}
.cold368{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold369{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold370{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold371{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold372{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold373{
background-color: rgb(229,242,255);
height: 20px; width:20px;  
float:left;}
.cold374{
background-color: rgb(200,220,249);
height: 20px; width:20px;  
float:left;}
.cold375{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
float:left;}
.cold376{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold377{
background-color: rgb(5,26,63);
height: 20px; width:20px;  
float:left;}
.cold378{
background-color: rgb(125,154,191);
height: 20px; width:20px;  
float:left;}
.cold379{
background-color: rgb(129,162,202);
height: 20px; width:20px;  
float:left;}
.cold380{
background-color: rgb(84,114,159);
height: 20px; width:20px;  
float:left;}
.cold381{
background-color: rgb(25,57,97);
height: 20px; width:20px;  
float:left;}
.cold382{
background-color: rgb(77,106,149);
height: 20px; width:20px;  
float:left;}
.cold383{
background-color: rgb(164,194,224);
height: 20px; width:20px;  
float:left;}
.cold384{
background-color: rgb(206,226,255);
height: 20px; width:20px;  
float:left;}
.cold385{
background-color: rgb(231,249,255);
height: 20px; width:20px;  
float:left;}
.cold386{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold387{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold388{
background-color: rgb(205,225,251);
height: 20px; width:20px;  
float:left;}
.cold389{
background-color: rgb(172,199,233);
height: 20px; width:20px;  
float:left;}
.cold390{
background-color: rgb(145,169,206);
height: 20px; width:20px;  
float:left;}
.cold391{
background-color: rgb(139,173,208);
height: 20px; width:20px;  
float:left;}
.cold392{
background-color: rgb(164,186,220);
height: 20px; width:20px;  
float:left;}
.cold393{
background-color: rgb(215,236,255);
height: 20px; width:20px;  
float:left;}
.cold394{
background-color: rgb(188,209,239);
height: 20px; width:20px;  
float:left;}
.cold395{
background-color: rgb(141,171,207);
height: 20px; width:20px;  
float:left;}
.cold396{
background-color: rgb(142,172,206);
height: 20px; width:20px;  
float:left;}
.cold397{
background-color: rgb(144,178,209);
height: 20px; width:20px;  
float:left;}
.cold398{
background-color: rgb(152,180,212);
height: 20px; width:20px;  
float:left;}
.cold399{
background-color: rgb(158,185,219);
height: 20px; width:20px;  
float:left;}
.cold400{
background-color: rgb(120,149,188);
height: 20px; width:20px;  
float:left;}
.cold401{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold402{
background-color: rgb(99,132,171);
height: 20px; width:20px;  
float:left;}
.cold403{
background-color: rgb(100,133,174);
height: 20px; width:20px;  
float:left;}
.cold404{
background-color: rgb(108,136,178);
height: 20px; width:20px;  
float:left;}
.cold405{
background-color: rgb(121,150,189);
height: 20px; width:20px;  
float:left;}
.cold406{
background-color: rgb(90,124,165);
height: 20px; width:20px;  
float:left;}
.cold407{
background-color: rgb(186,205,241);
height: 20px; width:20px;  
float:left;}
.cold408{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold409{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold410{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
float:left;}
.cold411{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold412{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold413{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold414{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold415{
background-color: rgb(231,250,253);
height: 20px; width:20px;  
float:left;}
.cold416{
background-color: rgb(180,204,235);
height: 20px; width:20px;  
float:left;}
.cold417{
background-color: rgb(223,242,255);
height: 20px; width:20px;  
float:left;}
.cold418{
background-color: rgb(250,255,252);
height: 20px; width:20px;  
float:left;}
.cold419{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold420{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold421{
background-color: rgb(243,255,255);
height: 20px; width:20px;  
float:left;}
.cold422{
background-color: rgb(185,206,236);
height: 20px; width:20px;  
float:left;}
.cold423{
background-color: rgb(178,200,235);
height: 20px; width:20px;  
float:left;}
.cold424{
background-color: rgb(203,223,250);
height: 20px; width:20px;  
float:left;}
.cold425{
background-color: rgb(204,225,248);
height: 20px; width:20px;  
float:left;}
.cold426{
background-color: rgb(173,203,231);
height: 20px; width:20px;  
float:left;}
.cold427{
background-color: rgb(167,194,225);
height: 20px; width:20px;  
float:left;}
.cold428{
background-color: rgb(146,180,212);
height: 20px; width:20px;  
float:left;}
.cold429{
background-color: rgb(88,122,165);
height: 20px; width:20px;  
float:left;}
.cold430{
background-color: rgb(69,104,146);
height: 20px; width:20px;  
float:left;}
.cold431{
background-color: rgb(67,97,142);
height: 20px; width:20px;  
float:left;}
.cold432{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold433{
background-color: rgb(29,61,100);
height: 20px; width:20px;  
float:left;}
.cold434{
background-color: rgb(156,183,217);
height: 20px; width:20px;  
float:left;}
.cold435{
background-color: rgb(160,187,221);
height: 20px; width:20px;  
float:left;}
.cold436{
background-color: rgb(140,170,204);
height: 20px; width:20px;  
float:left;}
.cold437{
background-color: rgb(149,173,210);
height: 20px; width:20px;  
float:left;}
.cold438{
background-color: rgb(146,174,215);
height: 20px; width:20px;  
float:left;}
.cold439{
background-color: rgb(147,181,213);
height: 20px; width:20px;  
float:left;}
.cold440{
background-color: rgb(121,155,191);
height: 20px; width:20px;  
float:left;}
.cold441{
background-color: rgb(117,149,190);
height: 20px; width:20px;  
float:left;}
.cold442{
background-color: rgb(117,143,183);
height: 20px; width:20px;  
float:left;}
.cold443{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold444{
background-color: rgb(103,136,177);
height: 20px; width:20px;  
float:left;}
.cold445{
background-color: rgb(102,135,178);
height: 20px; width:20px;  
float:left;}
.cold446{
background-color: rgb(100,133,176);
height: 20px; width:20px;  
float:left;}
.cold447{
background-color: rgb(222,241,253);
height: 20px; width:20px;  
float:left;}
.cold448{
background-color: rgb(243,255,255);
height: 20px; width:20px;  
float:left;}
.cold449{
background-color: rgb(208,231,255);
height: 20px; width:20px;  
float:left;}
.cold450{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold451{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold452{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold453{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold454{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold455{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold456{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold457{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold458{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold459{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold460{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold461{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold462{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold463{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold464{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold465{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold466{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold467{
background-color: rgb(205,225,252);
height: 20px; width:20px;  
float:left;}
.cold468{
background-color: rgb(178,199,233);
height: 20px; width:20px;  
float:left;}
.cold469{
background-color: rgb(123,152,187);
height: 20px; width:20px;  
float:left;}
.cold470{
background-color: rgb(94,128,169);
height: 20px; width:20px;  
float:left;}
.cold471{
background-color: rgb(67,97,143);
height: 20px; width:20px;  
float:left;}
.cold472{
background-color: rgb(1,20,53);
height: 20px; width:20px;  
float:left;}
.cold473{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold474{
background-color: rgb(106,136,175);
height: 20px; width:20px;  
float:left;}
.cold475{
background-color: rgb(155,181,217);
height: 20px; width:20px;  
float:left;}
.cold476{
background-color: rgb(142,175,213);
height: 20px; width:20px;  
float:left;}
.cold477{
background-color: rgb(147,175,208);
height: 20px; width:20px;  
float:left;}
.cold478{
background-color: rgb(144,171,208);
height: 20px; width:20px;  
float:left;}
.cold479{
background-color: rgb(142,173,204);
height: 20px; width:20px;  
float:left;}
.cold480{
background-color: rgb(125,154,193);
height: 20px; width:20px;  
float:left;}
.cold481{
background-color: rgb(123,151,193);
height: 20px; width:20px;  
float:left;}
.cold482{
background-color: rgb(128,154,194);
height: 20px; width:20px;  
float:left;}
.cold483{
background-color: rgb(124,152,194);
height: 20px; width:20px;  
float:left;}
.cold484{
background-color: rgb(118,152,188);
height: 20px; width:20px;  
float:left;}
.cold485{
background-color: rgb(80,115,156);
height: 20px; width:20px;  
float:left;}
.cold486{
background-color: rgb(145,175,208);
height: 20px; width:20px;  
float:left;}
.cold487{
background-color: rgb(232,250,255);
height: 20px; width:20px;  
float:left;}
.cold488{
background-color: rgb(160,182,217);
height: 20px; width:20px;  
float:left;}
.cold489{
background-color: rgb(203,228,252);
height: 20px; width:20px;  
float:left;}
.cold490{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold491{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold492{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold493{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold494{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold495{
background-color: rgb(255,254,252);
height: 20px; width:20px;  
float:left;}
.cold496{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold497{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold498{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold499{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold500{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold501{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
float:left;}
.cold502{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold503{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold504{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold505{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold506{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold507{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold508{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold509{
background-color: rgb(172,196,227);
height: 20px; width:20px;  
float:left;}
.cold510{
background-color: rgb(92,126,167);
height: 20px; width:20px;  
float:left;}
.cold511{
background-color: rgb(94,128,167);
height: 20px; width:20px;  
float:left;}
.cold512{
background-color: rgb(48,76,122);
height: 20px; width:20px;  
float:left;}
.cold513{
background-color: rgb(42,68,108);
height: 20px; width:20px;  
float:left;}
.cold514{
background-color: rgb(164,191,224);
height: 20px; width:20px;  
float:left;}
.cold515{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold516{
background-color: rgb(146,168,208);
height: 20px; width:20px;  
float:left;}
.cold517{
background-color: rgb(143,177,209);
height: 20px; width:20px;  
float:left;}
.cold518{
background-color: rgb(146,173,210);
height: 20px; width:20px;  
float:left;}
.cold519{
background-color: rgb(138,172,207);
height: 20px; width:20px;  
float:left;}
.cold520{
background-color: rgb(129,155,195);
height: 20px; width:20px;  
float:left;}
.cold521{
background-color: rgb(125,154,189);
height: 20px; width:20px;  
float:left;}
.cold522{
background-color: rgb(125,157,196);
height: 20px; width:20px;  
float:left;}
.cold523{
background-color: rgb(133,163,199);
height: 20px; width:20px;  
float:left;}
.cold524{
background-color: rgb(128,157,194);
height: 20px; width:20px;  
float:left;}
.cold525{
background-color: rgb(111,141,180);
height: 20px; width:20px;  
float:left;}
.cold526{
background-color: rgb(195,219,247);
height: 20px; width:20px;  
float:left;}
.cold527{
background-color: rgb(184,205,237);
height: 20px; width:20px;  
float:left;}
.cold528{
background-color: rgb(146,176,211);
height: 20px; width:20px;  
float:left;}
.cold529{
background-color: rgb(218,241,252);
height: 20px; width:20px;  
float:left;}
.cold530{
background-color: rgb(244,255,255);
height: 20px; width:20px;  
float:left;}
.cold531{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold532{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold533{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold534{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold535{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold536{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold537{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold538{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold539{
background-color: rgb(252,255,252);
height: 20px; width:20px;  
float:left;}
.cold540{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold541{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold542{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold543{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold544{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold545{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold546{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold547{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold548{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold549{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold550{
background-color: rgb(192,216,244);
height: 20px; width:20px;  
float:left;}
.cold551{
background-color: rgb(92,121,165);
height: 20px; width:20px;  
float:left;}
.cold552{
background-color: rgb(69,101,141);
height: 20px; width:20px;  
float:left;}
.cold553{
background-color: rgb(71,104,150);
height: 20px; width:20px;  
float:left;}
.cold554{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold555{
background-color: rgb(198,220,246);
height: 20px; width:20px;  
float:left;}
.cold556{
background-color: rgb(148,178,211);
height: 20px; width:20px;  
float:left;}
.cold557{
background-color: rgb(140,170,204);
height: 20px; width:20px;  
float:left;}
.cold558{
background-color: rgb(139,173,205);
height: 20px; width:20px;  
float:left;}
.cold559{
background-color: rgb(145,172,209);
height: 20px; width:20px;  
float:left;}
.cold560{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold561{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
float:left;}
.cold562{
background-color: rgb(124,156,195);
height: 20px; width:20px;  
float:left;}
.cold563{
background-color: rgb(131,157,195);
height: 20px; width:20px;  
float:left;}
.cold564{
background-color: rgb(119,147,189);
height: 20px; width:20px;  
float:left;}
.cold565{
background-color: rgb(133,160,202);
height: 20px; width:20px;  
float:left;}
.cold566{
background-color: rgb(200,222,248);
height: 20px; width:20px;  
float:left;}
.cold567{
background-color: rgb(163,190,224);
height: 20px; width:20px;  
float:left;}
.cold568{
background-color: rgb(167,189,223);
height: 20px; width:20px;  
float:left;}
.cold569{
background-color: rgb(206,229,252);
height: 20px; width:20px;  
float:left;}
.cold570{
background-color: rgb(253,253,255);
height: 20px; width:20px;  
float:left;}
.cold571{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold572{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold573{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold574{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold575{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold576{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold577{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold578{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold579{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold580{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold581{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold582{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold583{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold584{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold585{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold586{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold587{
background-color: rgb(255,254,253);
height: 20px; width:20px;  
float:left;}
.cold588{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold589{
background-color: rgb(214,231,255);
height: 20px; width:20px;  
float:left;}
.cold590{
background-color: rgb(207,231,251);
height: 20px; width:20px;  
float:left;}
.cold591{
background-color: rgb(142,172,206);
height: 20px; width:20px;  
float:left;}
.cold592{
background-color: rgb(83,104,152);
height: 20px; width:20px;  
float:left;}
.cold593{
background-color: rgb(128,157,194);
height: 20px; width:20px;  
float:left;}
.cold594{
background-color: rgb(140,167,206);
height: 20px; width:20px;  
float:left;}
.cold595{
background-color: rgb(147,175,208);
height: 20px; width:20px;  
float:left;}
.cold596{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
float:left;}
.cold597{
background-color: rgb(135,162,201);
height: 20px; width:20px;  
float:left;}
.cold598{
background-color: rgb(134,162,203);
height: 20px; width:20px;  
float:left;}
.cold599{
background-color: rgb(133,163,199);
height: 20px; width:20px;  
float:left;}
.cold600{
background-color: rgb(110,143,184);
height: 20px; width:20px;  
float:left;}
.cold601{
background-color: rgb(113,141,185);
height: 20px; width:20px;  
float:left;}
.cold602{
background-color: rgb(117,151,187);
height: 20px; width:20px;  
float:left;}
.cold603{
background-color: rgb(125,151,193);
height: 20px; width:20px;  
float:left;}
.cold604{
background-color: rgb(105,138,179);
height: 20px; width:20px;  
float:left;}
.cold605{
background-color: rgb(139,173,205);
height: 20px; width:20px;  
float:left;}
.cold606{
background-color: rgb(195,215,242);
height: 20px; width:20px;  
float:left;}
.cold607{
background-color: rgb(152,181,214);
height: 20px; width:20px;  
float:left;}
.cold608{
background-color: rgb(137,170,208);
height: 20px; width:20px;  
float:left;}
.cold609{
background-color: rgb(211,234,255);
height: 20px; width:20px;  
float:left;}
.cold610{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold611{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold612{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold613{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold614{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold615{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold616{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold617{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold618{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold619{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold620{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold621{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold622{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold623{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold624{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold625{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold626{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold627{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold628{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold629{
background-color: rgb(230,248,255);
height: 20px; width:20px;  
float:left;}
.cold630{
background-color: rgb(150,178,210);
height: 20px; width:20px;  
float:left;}
.cold631{
background-color: rgb(156,183,217);
height: 20px; width:20px;  
float:left;}
.cold632{
background-color: rgb(99,134,170);
height: 20px; width:20px;  
float:left;}
.cold633{
background-color: rgb(108,141,182);
height: 20px; width:20px;  
float:left;}
.cold634{
background-color: rgb(148,176,209);
height: 20px; width:20px;  
float:left;}
.cold635{
background-color: rgb(123,158,194);
height: 20px; width:20px;  
float:left;}
.cold636{
background-color: rgb(138,165,202);
height: 20px; width:20px;  
float:left;}
.cold637{
background-color: rgb(142,172,206);
height: 20px; width:20px;  
float:left;}
.cold638{
background-color: rgb(133,163,199);
height: 20px; width:20px;  
float:left;}
.cold639{
background-color: rgb(129,162,200);
height: 20px; width:20px;  
float:left;}
.cold640{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold641{
background-color: rgb(104,137,178);
height: 20px; width:20px;  
float:left;}
.cold642{
background-color: rgb(110,143,182);
height: 20px; width:20px;  
float:left;}
.cold643{
background-color: rgb(114,142,184);
height: 20px; width:20px;  
float:left;}
.cold644{
background-color: rgb(97,132,175);
height: 20px; width:20px;  
float:left;}
.cold645{
background-color: rgb(150,181,212);
height: 20px; width:20px;  
float:left;}
.cold646{
background-color: rgb(187,211,240);
height: 20px; width:20px;  
float:left;}
.cold647{
background-color: rgb(128,154,194);
height: 20px; width:20px;  
float:left;}
.cold648{
background-color: rgb(109,139,178);
height: 20px; width:20px;  
float:left;}
.cold649{
background-color: rgb(195,219,247);
height: 20px; width:20px;  
float:left;}
.cold650{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold651{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold652{
background-color: rgb(255,254,252);
height: 20px; width:20px;  
float:left;}
.cold653{
background-color: rgb(251,255,253);
height: 20px; width:20px;  
float:left;}
.cold654{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold655{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold656{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold657{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold658{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold659{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold660{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold661{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold662{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold663{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold664{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold665{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold666{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold667{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold668{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold669{
background-color: rgb(231,252,255);
height: 20px; width:20px;  
float:left;}
.cold670{
background-color: rgb(157,180,214);
height: 20px; width:20px;  
float:left;}
.cold671{
background-color: rgb(90,127,167);
height: 20px; width:20px;  
float:left;}
.cold672{
background-color: rgb(67,96,139);
height: 20px; width:20px;  
float:left;}
.cold673{
background-color: rgb(84,114,158);
height: 20px; width:20px;  
float:left;}
.cold674{
background-color: rgb(140,174,208);
height: 20px; width:20px;  
float:left;}
.cold675{
background-color: rgb(150,178,211);
height: 20px; width:20px;  
float:left;}
.cold676{
background-color: rgb(142,176,208);
height: 20px; width:20px;  
float:left;}
.cold677{
background-color: rgb(144,174,210);
height: 20px; width:20px;  
float:left;}
.cold678{
background-color: rgb(142,170,204);
height: 20px; width:20px;  
float:left;}
.cold679{
background-color: rgb(137,167,203);
height: 20px; width:20px;  
float:left;}
.cold680{
background-color: rgb(111,144,183);
height: 20px; width:20px;  
float:left;}
.cold681{
background-color: rgb(109,137,181);
height: 20px; width:20px;  
float:left;}
.cold682{
background-color: rgb(117,139,182);
height: 20px; width:20px;  
float:left;}
.cold683{
background-color: rgb(109,142,181);
height: 20px; width:20px;  
float:left;}
.cold684{
background-color: rgb(103,132,176);
height: 20px; width:20px;  
float:left;}
.cold685{
background-color: rgb(138,165,204);
height: 20px; width:20px;  
float:left;}
.cold686{
background-color: rgb(168,189,221);
height: 20px; width:20px;  
float:left;}
.cold687{
background-color: rgb(122,154,195);
height: 20px; width:20px;  
float:left;}
.cold688{
background-color: rgb(109,136,178);
height: 20px; width:20px;  
float:left;}
.cold689{
background-color: rgb(198,220,246);
height: 20px; width:20px;  
float:left;}
.cold690{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold691{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold692{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold693{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold694{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold695{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold696{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold697{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold698{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold699{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold700{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold701{
background-color: rgb(255,254,253);
height: 20px; width:20px;  
float:left;}
.cold702{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold703{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold704{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold705{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold706{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold707{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold708{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold709{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold710{
background-color: rgb(164,194,224);
height: 20px; width:20px;  
float:left;}
.cold711{
background-color: rgb(90,124,167);
height: 20px; width:20px;  
float:left;}
.cold712{
background-color: rgb(0,29,58);
height: 20px; width:20px;  
float:left;}
.cold713{
background-color: rgb(69,99,142);
height: 20px; width:20px;  
float:left;}
.cold714{
background-color: rgb(140,170,204);
height: 20px; width:20px;  
float:left;}
.cold715{
background-color: rgb(146,176,211);
height: 20px; width:20px;  
float:left;}
.cold716{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
float:left;}
.cold717{
background-color: rgb(144,171,208);
height: 20px; width:20px;  
float:left;}
.cold718{
background-color: rgb(137,171,206);
height: 20px; width:20px;  
float:left;}
.cold719{
background-color: rgb(141,165,202);
height: 20px; width:20px;  
float:left;}
.cold720{
background-color: rgb(113,146,185);
height: 20px; width:20px;  
width:20px;
float:left;}

.hov:hover{
background: linear-gradient(to bottom right, pink, pink, 85%, blue); 
}
.cold721{
background-color: rgb(114,147,190);
height: 20px; width:20px;  
width:20px;
 
float:left;

}

.cold722{
background-color: rgb(111,144,183);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold723{
background-color: rgb(118,144,186);
height: 20px; width:20px;  
width:20px;
float:left;}
.cold724{
background-color: rgb(111,144,185);
height: 20px; width:20px;  
width:20px;
float:left;}
.cold725{
background-color: rgb(123,152,189);
height: 20px; width:20px;  
width:20px;
float:left;}
.cold726{
background-color: rgb(128,160,201);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold727{
background-color: rgb(107,140,179);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold728{
background-color: rgb(128,163,196);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold729{
background-color: rgb(233,252,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold730{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold731{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold732{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold733{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold734{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold735{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold736{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold737{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold738{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold739{
background-color: rgb(254,255,251);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold740{
background-color: rgb(255,253,254);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold741{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold742{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold743{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold744{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold745{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold746{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold747{
background-color: rgb(255,253,254);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold748{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold749{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold750{
background-color: rgb(177,201,230);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold751{
background-color: rgb(58,89,134);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold752{
background-color: rgb(20,51,98);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold753{
background-color: rgb(70,94,138);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold754{
background-color: rgb(137,165,199);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold755{
background-color: rgb(136,166,202);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold756{
background-color: rgb(129,158,197);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold757{
background-color: rgb(134,162,203);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold758{
background-color: rgb(137,164,203);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold759{
background-color: rgb(136,166,202);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold760{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold761{
background-color: rgb(123,151,193);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold762{
background-color: rgb(124,150,190);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold763{
background-color: rgb(126,155,192);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold764{
background-color: rgb(121,150,189);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold765{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold766{
background-color: rgb(123,151,193);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold767{
background-color: rgb(90,121,160);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold768{
background-color: rgb(127,156,195);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold769{
background-color: rgb(88,122,163);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold770{
background-color: rgb(157,184,218);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold771{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold772{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold773{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold774{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold775{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
width:20px;
 
float:left;}
.cold776{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold777{
background-color: rgb(255,253,254);
height: 20px; width:20px;  
float:left;}
.cold778{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold779{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold780{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold781{
background-color: rgb(191,212,242);
height: 20px; width:20px;  
float:left;}
.cold782{
background-color: rgb(109,142,181);
height: 20px; width:20px;  
float:left;}
.cold783{
background-color: rgb(88,116,164);
height: 20px; width:20px;  
float:left;}
.cold784{
background-color: rgb(177,199,233);
height: 20px; width:20px;  
float:left;}
.cold785{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold786{
background-color: rgb(229,248,255);
height: 20px; width:20px;  
float:left;}
.cold787{
background-color: rgb(170,191,225);
height: 20px; width:20px;  
float:left;}
.cold788{
background-color: rgb(96,133,173);
height: 20px; width:20px;  
float:left;}
.cold789{
background-color: rgb(26,60,104);
height: 20px; width:20px;  
float:left;}
.cold790{
background-color: rgb(25,57,97);
height: 20px; width:20px;  
float:left;}
.cold791{
background-color: rgb(26,49,88);
height: 20px; width:20px;  
float:left;}
.cold792{
background-color: rgb(19,44,83);
height: 20px; width:20px;  
float:left;}
.cold793{
background-color: rgb(68,98,141);
height: 20px; width:20px;  
float:left;}
.cold794{
background-color: rgb(89,125,168);
height: 20px; width:20px;  
float:left;}
.cold795{
background-color: rgb(117,149,188);
height: 20px; width:20px;  
float:left;}
.cold796{
background-color: rgb(136,163,200);
height: 20px; width:20px;  
float:left;}
.cold797{
background-color: rgb(131,165,200);
height: 20px; width:20px;  
float:left;}
.cold798{
background-color: rgb(136,164,198);
height: 20px; width:20px;  
float:left;}
.cold799{
background-color: rgb(140,170,204);
height: 20px; width:20px;  
float:left;}
.cold800{
background-color: rgb(123,149,189);
height: 20px; width:20px;  
float:left;}
.cold801{
background-color: rgb(126,154,196);
height: 20px; width:20px;  
float:left;}
.cold802{
background-color: rgb(132,162,198);
height: 20px; width:20px;  
float:left;}
.cold803{
background-color: rgb(126,160,196);
height: 20px; width:20px;  
float:left;}
.cold804{
background-color: rgb(124,153,190);
height: 20px; width:20px;  
float:left;}
.cold805{
background-color: rgb(135,165,201);
height: 20px; width:20px;  
float:left;}
.cold806{
background-color: rgb(87,120,165);
height: 20px; width:20px;  
float:left;}
.cold807{
background-color: rgb(16,50,92);
height: 20px; width:20px;  
float:left;}
.cold808{
background-color: rgb(68,98,141);
height: 20px; width:20px;  
float:left;}
.cold809{
background-color: rgb(39,71,117);
height: 20px; width:20px;  
float:left;}
.cold810{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold811{
background-color: rgb(89,118,160);
height: 20px; width:20px;  
float:left;}
.cold812{
background-color: rgb(192,216,244);
height: 20px; width:20px;  
float:left;}
.cold813{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold814{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold815{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold816{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold817{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold818{
background-color: rgb(218,240,255);
height: 20px; width:20px;  
float:left;}
.cold819{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
float:left;}
.cold820{
background-color: rgb(74,97,143);
height: 20px; width:20px;  
float:left;}
.cold821{
background-color: rgb(2,29,59);
height: 20px; width:20px;  
float:left;}
.cold822{
background-color: rgb(35,61,103);
height: 20px; width:20px;  
float:left;}
.cold823{
background-color: rgb(62,93,136);
height: 20px; width:20px;  
float:left;}
.cold824{
background-color: rgb(28,60,101);
height: 20px; width:20px;  
float:left;}
.cold825{
background-color: rgb(68,98,143);
height: 20px; width:20px;  
float:left;}
.cold826{
background-color: rgb(11,37,77);
height: 20px; width:20px;  
float:left;}
.cold827{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold828{
background-color: rgb(48,81,121);
height: 20px; width:20px;  
float:left;}
.cold829{
background-color: rgb(136,163,200);
height: 20px; width:20px;  
float:left;}
.cold830{
background-color: rgb(155,183,217);
height: 20px; width:20px;  
float:left;}
.cold831{
background-color: rgb(173,200,233);
height: 20px; width:20px;  
float:left;}
.cold832{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
float:left;}
.cold833{
background-color: rgb(129,158,197);
height: 20px; width:20px;  
float:left;}
.cold834{
background-color: rgb(182,206,235);
height: 20px; width:20px;  
float:left;}
.cold835{
background-color: rgb(118,150,189);
height: 20px; width:20px;  
float:left;}
.cold836{
background-color: rgb(134,160,202);
height: 20px; width:20px;  
float:left;}
.cold837{
background-color: rgb(139,169,203);
height: 20px; width:20px;  
float:left;}
.cold838{
background-color: rgb(137,171,204);
height: 20px; width:20px;  
float:left;}
.cold839{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
float:left;}
.cold840{
background-color: rgb(117,151,187);
height: 20px; width:20px;  
float:left;}
.cold841{
background-color: rgb(121,155,191);
height: 20px; width:20px;  
float:left;}
.cold842{
background-color: rgb(131,160,197);
height: 20px; width:20px;  
float:left;}
.cold843{
background-color: rgb(130,163,201);
height: 20px; width:20px;  
float:left;}
.cold844{
background-color: rgb(140,167,208);
height: 20px; width:20px;  
float:left;}
.cold845{
background-color: rgb(91,123,168);
height: 20px; width:20px;  
float:left;}
.cold846{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold847{
background-color: rgb(25,57,97);
height: 20px; width:20px;  
float:left;}
.cold848{
background-color: rgb(134,160,202);
height: 20px; width:20px;  
float:left;}
.cold849{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
float:left;}
.cold850{
background-color: rgb(26,51,92);
height: 20px; width:20px;  
float:left;}
.cold851{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold852{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold853{
background-color: rgb(0,19,56);
height: 20px; width:20px;  
float:left;}
.cold854{
background-color: rgb(118,150,189);
height: 20px; width:20px;  
float:left;}
.cold855{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold856{
background-color: rgb(227,243,255);
height: 20px; width:20px;  
float:left;}
.cold857{
background-color: rgb(62,94,133);
height: 20px; width:20px;  
float:left;}
.cold858{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold859{
background-color: rgb(0,3,21);
height: 20px; width:20px;  
float:left;}
.cold860{
background-color: rgb(18,50,83);
height: 20px; width:20px;  
float:left;}
.cold861{
background-color: rgb(38,76,116);
height: 20px; width:20px;  
float:left;}
.cold862{
background-color: rgb(65,94,137);
height: 20px; width:20px;  
float:left;}
.cold863{
background-color: rgb(91,125,168);
height: 20px; width:20px;  
float:left;}
.cold864{
background-color: rgb(59,90,135);
height: 20px; width:20px;  
float:left;}
.cold865{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold866{
background-color: rgb(89,117,159);
height: 20px; width:20px;  
float:left;}
.cold867{
background-color: rgb(226,245,254);
height: 20px; width:20px;  
float:left;}
.cold868{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold869{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold870{
background-color: rgb(223,242,255);
height: 20px; width:20px;  
float:left;}
.cold871{
background-color: rgb(153,182,215);
height: 20px; width:20px;  
float:left;}
.cold872{
background-color: rgb(234,249,255);
height: 20px; width:20px;  
float:left;}
.cold873{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold874{
background-color: rgb(250,255,254);
height: 20px; width:20px;  
float:left;}
.cold875{
background-color: rgb(172,196,227);
height: 20px; width:20px;  
float:left;}
.cold876{
background-color: rgb(118,144,184);
height: 20px; width:20px;  
float:left;}
.cold877{
background-color: rgb(147,174,211);
height: 20px; width:20px;  
float:left;}
.cold878{
background-color: rgb(146,176,209);
height: 20px; width:20px;  
float:left;}
.cold879{
background-color: rgb(140,174,208);
height: 20px; width:20px;  
float:left;}
.cold880{
background-color: rgb(121,150,189);
height: 20px; width:20px;  
float:left;}
.cold881{
background-color: rgb(122,148,190);
height: 20px; width:20px;  
float:left;}
.cold882{
background-color: rgb(127,153,193);
height: 20px; width:20px;  
float:left;}
.cold883{
background-color: rgb(123,158,194);
height: 20px; width:20px;  
float:left;}
.cold884{
background-color: rgb(144,171,208);
height: 20px; width:20px;  
float:left;}
.cold885{
background-color: rgb(73,107,149);
height: 20px; width:20px;  
float:left;}
.cold886{
background-color: rgb(11,40,77);
height: 20px; width:20px;  
float:left;}
.cold887{
background-color: rgb(146,173,210);
height: 20px; width:20px;  
float:left;}
.cold888{
background-color: rgb(167,194,225);
height: 20px; width:20px;  
float:left;}
.cold889{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
float:left;}
.cold890{
background-color: rgb(30,65,106);
height: 20px; width:20px;  
float:left;}
.cold891{
background-color: rgb(9,34,70);
height: 20px; width:20px;  
float:left;}
.cold892{
background-color: rgb(62,99,144);
height: 20px; width:20px;  
float:left;}
.cold893{
background-color: rgb(52,80,126);
height: 20px; width:20px;  
float:left;}
.cold894{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold895{
background-color: rgb(0,14,44);
height: 20px; width:20px;  
float:left;}
.cold896{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold897{
background-color: rgb(102,131,175);
height: 20px; width:20px;  
float:left;}
.cold898{
background-color: rgb(214,234,255);
height: 20px; width:20px;  
float:left;}
.cold899{
background-color: rgb(91,128,168);
height: 20px; width:20px;  
float:left;}
.cold900{
background-color: rgb(70,97,143);
height: 20px; width:20px;  
float:left;}
.cold901{
background-color: rgb(40,78,120);
height: 20px; width:20px;  
float:left;}
.cold902{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold903{
background-color: rgb(0,8,33);
height: 20px; width:20px;  
float:left;}
.cold904{
background-color: rgb(0,6,37);
height: 20px; width:20px;  
float:left;}
.cold905{
background-color: rgb(117,145,187);
height: 20px; width:20px;  
float:left;}
.cold906{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold907{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold908{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold909{
background-color: rgb(255,254,253);
height: 20px; width:20px;  
float:left;}
.cold910{
background-color: rgb(211,231,255);
height: 20px; width:20px;  
float:left;}
.cold911{
background-color: rgb(171,193,228);
height: 20px; width:20px;  
float:left;}
.cold912{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold913{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold914{
background-color: rgb(234,248,255);
height: 20px; width:20px;  
float:left;}
.cold915{
background-color: rgb(210,233,255);
height: 20px; width:20px;  
float:left;}
.cold916{
background-color: rgb(132,162,198);
height: 20px; width:20px;  
float:left;}
.cold917{
background-color: rgb(141,171,207);
height: 20px; width:20px;  
float:left;}
.cold918{
background-color: rgb(158,181,215);
height: 20px; width:20px;  
float:left;}
.cold919{
background-color: rgb(154,182,215);
height: 20px; width:20px;  
float:left;}
.cold920{
background-color: rgb(123,152,191);
height: 20px; width:20px;  
float:left;}
.cold921{
background-color: rgb(120,148,192);
height: 20px; width:20px;  
float:left;}
.cold922{
background-color: rgb(115,148,187);
height: 20px; width:20px;  
float:left;}
.cold923{
background-color: rgb(117,146,185);
height: 20px; width:20px;  
float:left;}
.cold924{
background-color: rgb(142,170,204);
height: 20px; width:20px;  
float:left;}
.cold925{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold926{
background-color: rgb(70,100,143);
height: 20px; width:20px;  
float:left;}
.cold927{
background-color: rgb(168,198,230);
height: 20px; width:20px;  
float:left;}
.cold928{
background-color: rgb(121,153,192);
height: 20px; width:20px;  
float:left;}
.cold929{
background-color: rgb(69,96,142);
height: 20px; width:20px;  
float:left;}
.cold930{
background-color: rgb(125,154,191);
height: 20px; width:20px;  
float:left;}
.cold931{
background-color: rgb(94,128,169);
height: 20px; width:20px;  
float:left;}
.cold932{
background-color: rgb(78,104,150);
height: 20px; width:20px;  
float:left;}
.cold933{
background-color: rgb(88,117,161);
height: 20px; width:20px;  
float:left;}
.cold934{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold935{
background-color: rgb(127,163,200);
height: 20px; width:20px;  
float:left;}
.cold936{
background-color: rgb(113,146,185);
height: 20px; width:20px;  
float:left;}
.cold937{
background-color: rgb(117,149,188);
height: 20px; width:20px;  
float:left;}
.cold938{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold939{
background-color: rgb(235,254,255);
height: 20px; width:20px;  
float:left;}
.cold940{
background-color: rgb(198,213,244);
height: 20px; width:20px;  
float:left;}
.cold941{
background-color: rgb(184,212,240);
height: 20px; width:20px;  
float:left;}
.cold942{
background-color: rgb(102,134,179);
height: 20px; width:20px;  
float:left;}
.cold943{
background-color: rgb(112,139,179);
height: 20px; width:20px;  
float:left;}
.cold944{
background-color: rgb(202,225,250);
height: 20px; width:20px;  
float:left;}
.cold945{
background-color: rgb(217,238,255);
height: 20px; width:20px;  
float:left;}
.cold946{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold947{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold948{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold949{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold950{
background-color: rgb(226,244,253);
height: 20px; width:20px;  
float:left;}
.cold951{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold952{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold953{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold954{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold955{
background-color: rgb(250,255,255);
height: 20px; width:20px;  
float:left;}
.cold956{
background-color: rgb(117,146,183);
height: 20px; width:20px;  
float:left;}
.cold957{
background-color: rgb(124,158,192);
height: 20px; width:20px;  
float:left;}
.cold958{
background-color: rgb(137,167,205);
height: 20px; width:20px;  
float:left;}
.cold959{
background-color: rgb(143,173,206);
height: 20px; width:20px;  
float:left;}
.cold960{
background-color: rgb(119,147,189);
height: 20px; width:20px;  
float:left;}
.cold961{
background-color: rgb(126,155,192);
height: 20px; width:20px;  
float:left;}
.cold962{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold963{
background-color: rgb(117,146,185);
height: 20px; width:20px;  
float:left;}
.cold964{
background-color: rgb(123,155,194);
height: 20px; width:20px;  
float:left;}
.cold965{
background-color: rgb(110,143,182);
height: 20px; width:20px;  
float:left;}
.cold966{
background-color: rgb(120,149,188);
height: 20px; width:20px;  
float:left;}
.cold967{
background-color: rgb(152,176,212);
height: 20px; width:20px;  
float:left;}
.cold968{
background-color: rgb(154,182,214);
height: 20px; width:20px;  
float:left;}
.cold969{
background-color: rgb(171,198,231);
height: 20px; width:20px;  
float:left;}
.cold970{
background-color: rgb(170,194,225);
height: 20px; width:20px;  
float:left;}
.cold971{
background-color: rgb(194,216,242);
height: 20px; width:20px;  
float:left;}
.cold972{
background-color: rgb(196,218,244);
height: 20px; width:20px;  
float:left;}
.cold973{
background-color: rgb(31,64,100);
height: 20px; width:20px;  
float:left;}
.cold974{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold975{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold976{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold977{
background-color: rgb(91,120,162);
height: 20px; width:20px;  
float:left;}
.cold978{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold979{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold980{
background-color: rgb(200,222,248);
height: 20px; width:20px;  
float:left;}
.cold981{
background-color: rgb(238,254,254);
height: 20px; width:20px;  
float:left;}
.cold982{
background-color: rgb(233,252,253);
height: 20px; width:20px;  
float:left;}
.cold983{
background-color: rgb(171,193,227);
height: 20px; width:20px;  
float:left;}
.cold984{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold985{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold986{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold987{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold988{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold989{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold990{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold991{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold992{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold993{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold994{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold995{
background-color: rgb(222,240,255);
height: 20px; width:20px;  
float:left;}
.cold996{
background-color: rgb(87,124,162);
height: 20px; width:20px;  
float:left;}
.cold997{
background-color: rgb(115,148,189);
height: 20px; width:20px;  
float:left;}
.cold998{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
float:left;}
.cold999{
background-color: rgb(125,154,191);
height: 20px; width:20px;  
float:left;}
.cold1000{
background-color: rgb(109,137,179);
height: 20px; width:20px;  
float:left;}
.cold1001{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
float:left;}
.cold1002{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold1003{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold1004{
background-color: rgb(111,144,183);
height: 20px; width:20px;  
float:left;}
.cold1005{
background-color: rgb(95,129,172);
height: 20px; width:20px;  
float:left;}
.cold1006{
background-color: rgb(145,172,211);
height: 20px; width:20px;  
float:left;}
.cold1007{
background-color: rgb(200,225,247);
height: 20px; width:20px;  
float:left;}
.cold1008{
background-color: rgb(184,203,239);
height: 20px; width:20px;  
float:left;}
.cold1009{
background-color: rgb(233,255,255);
height: 20px; width:20px;  
float:left;}
.cold1010{
background-color: rgb(215,236,255);
height: 20px; width:20px;  
float:left;}
.cold1011{
background-color: rgb(236,251,255);
height: 20px; width:20px;  
float:left;}
.cold1012{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1013{
background-color: rgb(106,139,178);
height: 20px; width:20px;  
float:left;}
.cold1014{
background-color: rgb(13,37,77);
height: 20px; width:20px;  
float:left;}
.cold1015{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1016{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1017{
background-color: rgb(239,251,255);
height: 20px; width:20px;  
float:left;}
.cold1018{
background-color: rgb(141,168,205);
height: 20px; width:20px;  
float:left;}
.cold1019{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1020{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1021{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1022{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1023{
background-color: rgb(221,238,255);
height: 20px; width:20px;  
float:left;}
.cold1024{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold1025{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1026{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1027{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1028{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1029{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1030{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1031{
background-color: rgb(250,255,255);
height: 20px; width:20px;  
float:left;}
.cold1032{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1033{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1034{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1035{
background-color: rgb(161,183,217);
height: 20px; width:20px;  
float:left;}
.cold1036{
background-color: rgb(101,134,175);
height: 20px; width:20px;  
float:left;}
.cold1037{
background-color: rgb(118,150,189);
height: 20px; width:20px;  
float:left;}
.cold1038{
background-color: rgb(114,139,184);
height: 20px; width:20px;  
float:left;}
.cold1039{
background-color: rgb(114,147,188);
height: 20px; width:20px;  
float:left;}
.cold1040{
background-color: rgb(103,136,177);
height: 20px; width:20px;  
float:left;}
.cold1041{
background-color: rgb(106,139,178);
height: 20px; width:20px;  
float:left;}
.cold1042{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold1043{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold1044{
background-color: rgb(106,136,175);
height: 20px; width:20px;  
float:left;}
.cold1045{
background-color: rgb(109,137,182);
height: 20px; width:20px;  
float:left;}
.cold1046{
background-color: rgb(92,120,162);
height: 20px; width:20px;  
float:left;}
.cold1047{
background-color: rgb(212,238,255);
height: 20px; width:20px;  
float:left;}
.cold1048{
background-color: rgb(226,245,255);
height: 20px; width:20px;  
float:left;}
.cold1049{
background-color: rgb(212,233,254);
height: 20px; width:20px;  
float:left;}
.cold1050{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1051{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1052{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1053{
background-color: rgb(112,139,181);
height: 20px; width:20px;  
float:left;}
.cold1054{
background-color: rgb(80,115,156);
height: 20px; width:20px;  
float:left;}
.cold1055{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1056{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1057{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1058{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1059{
background-color: rgb(231,244,254);
height: 20px; width:20px;  
float:left;}
.cold1060{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1061{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1062{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1063{
background-color: rgb(220,243,253);
height: 20px; width:20px;  
float:left;}
.cold1064{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1065{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1066{
background-color: rgb(252,255,252);
height: 20px; width:20px;  
float:left;}
.cold1067{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1068{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
float:left;}
.cold1069{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1070{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1071{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1072{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1073{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1074{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1075{
background-color: rgb(115,145,184);
height: 20px; width:20px;  
float:left;}
.cold1076{
background-color: rgb(120,146,188);
height: 20px; width:20px;  
float:left;}
.cold1077{
background-color: rgb(129,164,199);
height: 20px; width:20px;  
float:left;}
.cold1078{
background-color: rgb(132,158,198);
height: 20px; width:20px;  
float:left;}
.cold1079{
background-color: rgb(125,159,195);
height: 20px; width:20px;  
float:left;}
.cold1080{
background-color: rgb(106,139,182);
height: 20px; width:20px;  
float:left;}
.cold1081{
background-color: rgb(106,139,178);
height: 20px; width:20px;  
float:left;}
.cold1082{
background-color: rgb(113,141,183);
height: 20px; width:20px;  
float:left;}
.cold1083{
background-color: rgb(111,139,183);
height: 20px; width:20px;  
float:left;}
.cold1084{
background-color: rgb(109,137,179);
height: 20px; width:20px;  
float:left;}
.cold1085{
background-color: rgb(106,139,182);
height: 20px; width:20px;  
float:left;}
.cold1086{
background-color: rgb(102,131,175);
height: 20px; width:20px;  
float:left;}
.cold1087{
background-color: rgb(107,135,170);
height: 20px; width:20px;  
float:left;}
.cold1088{
background-color: rgb(160,182,217);
height: 20px; width:20px;  
float:left;}
.cold1089{
background-color: rgb(169,193,224);
height: 20px; width:20px;  
float:left;}
.cold1090{
background-color: rgb(204,227,253);
height: 20px; width:20px;  
float:left;}
.cold1091{
background-color: rgb(212,233,255);
height: 20px; width:20px;  
float:left;}
.cold1092{
background-color: rgb(198,220,246);
height: 20px; width:20px;  
float:left;}
.cold1093{
background-color: rgb(88,121,166);
height: 20px; width:20px;  
float:left;}
.cold1094{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
float:left;}
.cold1095{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1096{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1097{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold1098{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1099{
background-color: rgb(241,255,255);
height: 20px; width:20px;  
float:left;}
.cold1100{
background-color: rgb(199,219,248);
height: 20px; width:20px;  
float:left;}
.cold1101{
background-color: rgb(182,206,237);
height: 20px; width:20px;  
float:left;}
.cold1102{
background-color: rgb(182,206,237);
height: 20px; width:20px;  
float:left;}
.cold1103{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1104{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1105{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1106{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1107{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1108{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1109{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1110{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1111{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1112{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1113{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1114{
background-color: rgb(233,252,255);
height: 20px; width:20px;  
float:left;}
.cold1115{
background-color: rgb(102,135,176);
height: 20px; width:20px;  
float:left;}
.cold1116{
background-color: rgb(137,164,203);
height: 20px; width:20px;  
float:left;}
.cold1117{
background-color: rgb(137,167,205);
height: 20px; width:20px;  
float:left;}
.cold1118{
background-color: rgb(141,171,209);
height: 20px; width:20px;  
float:left;}
.cold1119{
background-color: rgb(140,174,206);
height: 20px; width:20px;  
float:left;}
.cold1120{
background-color: rgb(107,135,179);
height: 20px; width:20px;  
float:left;}
.cold1121{
background-color: rgb(107,140,181);
height: 20px; width:20px;  
float:left;}
.cold1122{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
float:left;}
.cold1123{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold1124{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold1125{
background-color: rgb(108,141,180);
height: 20px; width:20px;  
float:left;}
.cold1126{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold1127{
background-color: rgb(96,125,170);
height: 20px; width:20px;  
float:left;}
.cold1128{
background-color: rgb(80,116,159);
height: 20px; width:20px;  
float:left;}
.cold1129{
background-color: rgb(126,152,192);
height: 20px; width:20px;  
float:left;}
.cold1130{
background-color: rgb(183,205,239);
height: 20px; width:20px;  
float:left;}
.cold1131{
background-color: rgb(238,254,254);
height: 20px; width:20px;  
float:left;}
.cold1132{
background-color: rgb(238,254,254);
height: 20px; width:20px;  
float:left;}
.cold1133{
background-color: rgb(61,97,141);
height: 20px; width:20px;  
float:left;}
.cold1134{
background-color: rgb(209,230,253);
height: 20px; width:20px;  
float:left;}
.cold1135{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1136{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1137{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1138{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1139{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1140{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1141{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1142{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1143{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold1144{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1145{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold1146{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1147{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold1148{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1149{
background-color: rgb(237,252,254);
height: 20px; width:20px;  
float:left;}
.cold1150{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold1151{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1152{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1153{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1154{
background-color: rgb(163,190,223);
height: 20px; width:20px;  
float:left;}
.cold1155{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold1156{
background-color: rgb(150,179,212);
height: 20px; width:20px;  
float:left;}
.cold1157{
background-color: rgb(143,173,206);
height: 20px; width:20px;  
float:left;}
.cold1158{
background-color: rgb(142,172,206);
height: 20px; width:20px;  
float:left;}
.cold1159{
background-color: rgb(138,172,203);
height: 20px; width:20px;  
float:left;}
.cold1160{
background-color: rgb(103,132,174);
height: 20px; width:20px;  
float:left;}
.cold1161{
background-color: rgb(103,136,179);
height: 20px; width:20px;  
float:left;}
.cold1162{
background-color: rgb(105,138,179);
height: 20px; width:20px;  
float:left;}
.cold1163{
background-color: rgb(110,138,180);
height: 20px; width:20px;  
float:left;}
.cold1164{
background-color: rgb(106,139,182);
height: 20px; width:20px;  
float:left;}
.cold1165{
background-color: rgb(105,138,179);
height: 20px; width:20px;  
float:left;}
.cold1166{
background-color: rgb(97,134,172);
height: 20px; width:20px;  
float:left;}
.cold1167{
background-color: rgb(100,133,174);
height: 20px; width:20px;  
float:left;}
.cold1168{
background-color: rgb(86,120,163);
height: 20px; width:20px;  
float:left;}
.cold1169{
background-color: rgb(109,142,183);
height: 20px; width:20px;  
float:left;}
.cold1170{
background-color: rgb(233,252,253);
height: 20px; width:20px;  
float:left;}
.cold1171{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1172{
background-color: rgb(170,194,223);
height: 20px; width:20px;  
float:left;}
.cold1173{
background-color: rgb(1,27,61);
height: 20px; width:20px;  
float:left;}
.cold1174{
background-color: rgb(183,201,234);
height: 20px; width:20px;  
float:left;}
.cold1175{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1176{
background-color: rgb(252,255,252);
height: 20px; width:20px;  
float:left;}
.cold1177{
background-color: rgb(206,229,252);
height: 20px; width:20px;  
float:left;}
.cold1178{
background-color: rgb(247,254,255);
height: 20px; width:20px;  
float:left;}
.cold1179{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1180{
background-color: rgb(222,239,253);
height: 20px; width:20px;  
float:left;}
.cold1181{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1182{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1183{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1184{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1185{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1186{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1187{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1188{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1189{
background-color: rgb(223,242,255);
height: 20px; width:20px;  
float:left;}
.cold1190{
background-color: rgb(251,255,253);
height: 20px; width:20px;  
float:left;}
.cold1191{
background-color: rgb(252,255,252);
height: 20px; width:20px;  
float:left;}
.cold1192{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1193{
background-color: rgb(227,247,254);
height: 20px; width:20px;  
float:left;}
.cold1194{
background-color: rgb(106,134,176);
height: 20px; width:20px;  
float:left;}
.cold1195{
background-color: rgb(139,169,203);
height: 20px; width:20px;  
float:left;}
.cold1196{
background-color: rgb(140,173,211);
height: 20px; width:20px;  
float:left;}
.cold1197{
background-color: rgb(138,168,206);
height: 20px; width:20px;  
float:left;}
.cold1198{
background-color: rgb(139,166,203);
height: 20px; width:20px;  
float:left;}
.cold1199{
background-color: rgb(129,162,204);
height: 20px; width:20px;  
float:left;}
.cold1200{
background-color: rgb(100,129,171);
height: 20px; width:20px;  
float:left;}
.cold1201{
background-color: rgb(102,135,176);
height: 20px; width:20px;  
float:left;}
.cold1202{
background-color: rgb(104,137,178);
height: 20px; width:20px;  
float:left;}
.cold1203{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold1204{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold1205{
background-color: rgb(99,132,173);
height: 20px; width:20px;  
float:left;}
.cold1206{
background-color: rgb(94,128,167);
height: 20px; width:20px;  
float:left;}
.cold1207{
background-color: rgb(95,129,168);
height: 20px; width:20px;  
float:left;}
.cold1208{
background-color: rgb(86,113,158);
height: 20px; width:20px;  
float:left;}
.cold1209{
background-color: rgb(100,129,173);
height: 20px; width:20px;  
float:left;}
.cold1210{
background-color: rgb(228,246,255);
height: 20px; width:20px;  
float:left;}
.cold1211{
background-color: rgb(216,234,253);
height: 20px; width:20px;  
float:left;}
.cold1212{
background-color: rgb(0,22,53);
height: 20px; width:20px;  
float:left;}
.cold1213{
background-color: rgb(34,60,105);
height: 20px; width:20px;  
float:left;}
.cold1214{
background-color: rgb(4,32,65);
height: 20px; width:20px;  
float:left;}
.cold1215{
background-color: rgb(2,18,54);
height: 20px; width:20px;  
float:left;}
.cold1216{
background-color: rgb(118,150,191);
height: 20px; width:20px;  
float:left;}
.cold1217{
background-color: rgb(177,204,237);
height: 20px; width:20px;  
float:left;}
.cold1218{
background-color: rgb(156,183,217);
height: 20px; width:20px;  
float:left;}
.cold1219{
background-color: rgb(250,255,255);
height: 20px; width:20px;  
float:left;}
.cold1220{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1221{
background-color: rgb(239,251,255);
height: 20px; width:20px;  
float:left;}
.cold1222{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1223{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1224{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1225{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold1226{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1227{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1228{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1229{
background-color: rgb(231,249,255);
height: 20px; width:20px;  
float:left;}
.cold1230{
background-color: rgb(105,135,174);
height: 20px; width:20px;  
float:left;}
.cold1231{
background-color: rgb(221,237,255);
height: 20px; width:20px;  
float:left;}
.cold1232{
background-color: rgb(222,240,255);
height: 20px; width:20px;  
float:left;}
.cold1233{
background-color: rgb(109,139,178);
height: 20px; width:20px;  
float:left;}
.cold1234{
background-color: rgb(129,158,195);
height: 20px; width:20px;  
float:left;}
.cold1235{
background-color: rgb(139,167,210);
height: 20px; width:20px;  
float:left;}
.cold1236{
background-color: rgb(129,158,197);
height: 20px; width:20px;  
float:left;}
.cold1237{
background-color: rgb(130,159,198);
height: 20px; width:20px;  
float:left;}
.cold1238{
background-color: rgb(131,157,195);
height: 20px; width:20px;  
float:left;}
.cold1239{
background-color: rgb(121,150,187);
height: 20px; width:20px;  
float:left;}
.cold1240{
background-color: rgb(99,132,173);
height: 20px; width:20px;  
float:left;}
.cold1241{
background-color: rgb(100,133,172);
height: 20px; width:20px;  
float:left;}
.cold1242{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold1243{
background-color: rgb(110,143,184);
height: 20px; width:20px;  
float:left;}
.cold1244{
background-color: rgb(114,142,184);
height: 20px; width:20px;  
float:left;}
.cold1245{
background-color: rgb(99,132,173);
height: 20px; width:20px;  
float:left;}
.cold1246{
background-color: rgb(95,129,170);
height: 20px; width:20px;  
float:left;}
.cold1247{
background-color: rgb(94,128,171);
height: 20px; width:20px;  
float:left;}
.cold1248{
background-color: rgb(84,118,159);
height: 20px; width:20px;  
float:left;}
.cold1249{
background-color: rgb(106,134,176);
height: 20px; width:20px;  
float:left;}
.cold1250{
background-color: rgb(185,213,241);
height: 20px; width:20px;  
float:left;}
.cold1251{
background-color: rgb(125,150,195);
height: 20px; width:20px;  
float:left;}
.cold1252{
background-color: rgb(29,55,98);
height: 20px; width:20px;  
float:left;}
.cold1253{
background-color: rgb(90,127,167);
height: 20px; width:20px;  
float:left;}
.cold1254{
background-color: rgb(127,162,197);
height: 20px; width:20px;  
float:left;}
.cold1255{
background-color: rgb(174,201,234);
height: 20px; width:20px;  
float:left;}
.cold1256{
background-color: rgb(228,246,254);
height: 20px; width:20px;  
float:left;}
.cold1257{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1258{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1259{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1260{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1261{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1262{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1263{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1264{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1265{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1266{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1267{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1268{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1269{
background-color: rgb(209,232,255);
height: 20px; width:20px;  
float:left;}
.cold1270{
background-color: rgb(81,114,159);
height: 20px; width:20px;  
float:left;}
.cold1271{
background-color: rgb(84,114,156);
height: 20px; width:20px;  
float:left;}
.cold1272{
background-color: rgb(101,137,177);
height: 20px; width:20px;  
float:left;}
.cold1273{
background-color: rgb(135,165,201);
height: 20px; width:20px;  
float:left;}
.cold1274{
background-color: rgb(139,172,210);
height: 20px; width:20px;  
float:left;}
.cold1275{
background-color: rgb(137,167,203);
height: 20px; width:20px;  
float:left;}
.cold1276{
background-color: rgb(133,164,196);
height: 20px; width:20px;  
float:left;}
.cold1277{
background-color: rgb(124,158,194);
height: 20px; width:20px;  
float:left;}
.cold1278{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
float:left;}
.cold1279{
background-color: rgb(135,165,201);
height: 20px; width:20px;  
float:left;}
.cold1280{
background-color: rgb(100,133,174);
height: 20px; width:20px;  
float:left;}
.cold1281{
background-color: rgb(109,137,179);
height: 20px; width:20px;  
float:left;}
.cold1282{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold1283{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold1284{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold1285{
background-color: rgb(100,133,174);
height: 20px; width:20px;  
float:left;}
.cold1286{
background-color: rgb(94,128,169);
height: 20px; width:20px;  
float:left;}
.cold1287{
background-color: rgb(95,129,170);
height: 20px; width:20px;  
float:left;}
.cold1288{
background-color: rgb(84,118,161);
height: 20px; width:20px;  
float:left;}
.cold1289{
background-color: rgb(103,133,172);
height: 20px; width:20px;  
float:left;}
.cold1290{
background-color: rgb(175,203,231);
height: 20px; width:20px;  
float:left;}
.cold1291{
background-color: rgb(138,168,202);
height: 20px; width:20px;  
float:left;}
.cold1292{
background-color: rgb(149,182,215);
height: 20px; width:20px;  
float:left;}
.cold1293{
background-color: rgb(190,211,245);
height: 20px; width:20px;  
float:left;}
.cold1294{
background-color: rgb(250,255,254);
height: 20px; width:20px;  
float:left;}
.cold1295{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1296{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1297{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1298{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold1299{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1300{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1301{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1302{
background-color: rgb(254,255,251);
height: 20px; width:20px;  
float:left;}
.cold1303{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1304{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1305{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1306{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1307{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1308{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1309{
background-color: rgb(192,213,243);
height: 20px; width:20px;  
float:left;}
.cold1310{
background-color: rgb(119,154,190);
height: 20px; width:20px;  
float:left;}
.cold1311{
background-color: rgb(125,151,193);
height: 20px; width:20px;  
float:left;}
.cold1312{
background-color: rgb(138,165,204);
height: 20px; width:20px;  
float:left;}
.cold1313{
background-color: rgb(148,176,209);
height: 20px; width:20px;  
float:left;}
.cold1314{
background-color: rgb(145,173,206);
height: 20px; width:20px;  
float:left;}
.cold1315{
background-color: rgb(145,172,209);
height: 20px; width:20px;  
float:left;}
.cold1316{
background-color: rgb(142,172,206);
height: 20px; width:20px;  
float:left;}
.cold1317{
background-color: rgb(139,169,203);
height: 20px; width:20px;  
float:left;}
.cold1318{
background-color: rgb(140,170,208);
height: 20px; width:20px;  
float:left;}
.cold1319{
background-color: rgb(143,173,206);
height: 20px; width:20px;  
float:left;}
.cold1320{
background-color: rgb(102,135,176);
height: 20px; width:20px;  
float:left;}
.cold1321{
background-color: rgb(108,141,182);
height: 20px; width:20px;  
float:left;}
.cold1322{
background-color: rgb(111,139,181);
height: 20px; width:20px;  
float:left;}
.cold1323{
background-color: rgb(110,138,180);
height: 20px; width:20px;  
float:left;}
.cold1324{
background-color: rgb(109,137,179);
height: 20px; width:20px;  
float:left;}
.cold1325{
background-color: rgb(99,132,173);
height: 20px; width:20px;  
float:left;}
.cold1326{
background-color: rgb(94,128,169);
height: 20px; width:20px;  
float:left;}
.cold1327{
background-color: rgb(93,127,168);
height: 20px; width:20px;  
float:left;}
.cold1328{
background-color: rgb(84,114,158);
height: 20px; width:20px;  
float:left;}
.cold1329{
background-color: rgb(66,96,142);
height: 20px; width:20px;  
float:left;}
.cold1330{
background-color: rgb(186,207,239);
height: 20px; width:20px;  
float:left;}
.cold1331{
background-color: rgb(183,207,236);
height: 20px; width:20px;  
float:left;}
.cold1332{
background-color: rgb(131,160,199);
height: 20px; width:20px;  
float:left;}
.cold1333{
background-color: rgb(128,154,192);
height: 20px; width:20px;  
float:left;}
.cold1334{
background-color: rgb(126,155,194);
height: 20px; width:20px;  
float:left;}
.cold1335{
background-color: rgb(157,185,219);
height: 20px; width:20px;  
float:left;}
.cold1336{
background-color: rgb(172,199,230);
height: 20px; width:20px;  
float:left;}
.cold1337{
background-color: rgb(158,185,219);
height: 20px; width:20px;  
float:left;}
.cold1338{
background-color: rgb(168,198,230);
height: 20px; width:20px;  
float:left;}
.cold1339{
background-color: rgb(204,227,252);
height: 20px; width:20px;  
float:left;}
.cold1340{
background-color: rgb(233,252,253);
height: 20px; width:20px;  
float:left;}
.cold1341{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1342{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1343{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1344{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1345{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1346{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1347{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1348{
background-color: rgb(222,240,255);
height: 20px; width:20px;  
float:left;}
.cold1349{
background-color: rgb(190,211,241);
height: 20px; width:20px;  
float:left;}
.cold1350{
background-color: rgb(125,154,191);
height: 20px; width:20px;  
float:left;}
.cold1351{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
float:left;}
.cold1352{
background-color: rgb(128,154,194);
height: 20px; width:20px;  
float:left;}
.cold1353{
background-color: rgb(134,164,200);
height: 20px; width:20px;  
float:left;}
.cold1354{
background-color: rgb(134,168,203);
height: 20px; width:20px;  
float:left;}
.cold1355{
background-color: rgb(142,172,208);
height: 20px; width:20px;  
float:left;}
.cold1356{
background-color: rgb(145,175,210);
height: 20px; width:20px;  
float:left;}
.cold1357{
background-color: rgb(142,169,206);
height: 20px; width:20px;  
float:left;}
.cold1358{
background-color: rgb(136,166,204);
height: 20px; width:20px;  
float:left;}
.cold1359{
background-color: rgb(129,164,199);
height: 20px; width:20px;  
float:left;}
.cold1360{
background-color: rgb(95,129,170);
height: 20px; width:20px;  
float:left;}
.cold1361{
background-color: rgb(103,136,177);
height: 20px; width:20px;  
float:left;}
.cold1362{
background-color: rgb(108,136,178);
height: 20px; width:20px;  
float:left;}
.cold1363{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold1364{
background-color: rgb(115,143,185);
height: 20px; width:20px;  
float:left;}
.cold1365{
background-color: rgb(106,139,180);
height: 20px; width:20px;  
float:left;}
.cold1366{
background-color: rgb(96,130,171);
height: 20px; width:20px;  
float:left;}
.cold1367{
background-color: rgb(98,131,172);
height: 20px; width:20px;  
float:left;}
.cold1368{
background-color: rgb(102,135,176);
height: 20px; width:20px;  
float:left;}
.cold1369{
background-color: rgb(61,92,137);
height: 20px; width:20px;  
float:left;}
.cold1370{
background-color: rgb(151,175,212);
height: 20px; width:20px;  
float:left;}
.cold1371{
background-color: rgb(217,234,255);
height: 20px; width:20px;  
float:left;}
.cold1372{
background-color: rgb(78,113,154);
height: 20px; width:20px;  
float:left;}
.cold1373{
background-color: rgb(35,62,101);
height: 20px; width:20px;  
float:left;}
.cold1374{
background-color: rgb(93,124,161);
height: 20px; width:20px;  
float:left;}
.cold1375{
background-color: rgb(123,151,193);
height: 20px; width:20px;  
float:left;}
.cold1376{
background-color: rgb(157,180,216);
height: 20px; width:20px;  
float:left;}
.cold1377{
background-color: rgb(195,212,239);
height: 20px; width:20px;  
float:left;}
.cold1378{
background-color: rgb(192,220,245);
height: 20px; width:20px;  
float:left;}
.cold1379{
background-color: rgb(166,193,226);
height: 20px; width:20px;  
float:left;}
.cold1380{
background-color: rgb(181,205,236);
height: 20px; width:20px;  
float:left;}
.cold1381{
background-color: rgb(215,232,254);
height: 20px; width:20px;  
float:left;}
.cold1382{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold1383{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1384{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1385{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1386{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1387{
background-color: rgb(224,243,254);
height: 20px; width:20px;  
float:left;}
.cold1388{
background-color: rgb(194,219,241);
height: 20px; width:20px;  
float:left;}
.cold1389{
background-color: rgb(160,182,217);
height: 20px; width:20px;  
float:left;}
.cold1390{
background-color: rgb(80,109,154);
height: 20px; width:20px;  
float:left;}
.cold1391{
background-color: rgb(113,146,187);
height: 20px; width:20px;  
float:left;}
.cold1392{
background-color: rgb(117,146,185);
height: 20px; width:20px;  
float:left;}
.cold1393{
background-color: rgb(124,153,192);
height: 20px; width:20px;  
float:left;}
.cold1394{
background-color: rgb(127,159,198);
height: 20px; width:20px;  
float:left;}
.cold1395{
background-color: rgb(133,163,201);
height: 20px; width:20px;  
float:left;}
.cold1396{
background-color: rgb(133,163,199);
height: 20px; width:20px;  
float:left;}
.cold1397{
background-color: rgb(128,154,194);
height: 20px; width:20px;  
float:left;}
.cold1398{
background-color: rgb(125,154,193);
height: 20px; width:20px;  
float:left;}
.cold1399{
background-color: rgb(125,157,196);
height: 20px; width:20px;  
float:left;}
.cold1400{
background-color: rgb(94,128,169);
height: 20px; width:20px;  
float:left;}
.cold1401{
background-color: rgb(99,132,173);
height: 20px; width:20px;  
float:left;}
.cold1402{
background-color: rgb(107,135,177);
height: 20px; width:20px;  
float:left;}
.cold1403{
background-color: rgb(112,140,182);
height: 20px; width:20px;  
float:left;}
.cold1404{
background-color: rgb(114,142,184);
height: 20px; width:20px;  
float:left;}
.cold1405{
background-color: rgb(109,142,183);
height: 20px; width:20px;  
float:left;}
.cold1406{
background-color: rgb(107,140,181);
height: 20px; width:20px;  
float:left;}
.cold1407{
background-color: rgb(111,144,185);
height: 20px; width:20px;  
float:left;}
.cold1408{
background-color: rgb(128,157,194);
height: 20px; width:20px;  
float:left;}
.cold1409{
background-color: rgb(96,130,171);
height: 20px; width:20px;  
float:left;}
.cold1410{
background-color: rgb(89,125,168);
height: 20px; width:20px;  
float:left;}
.cold1411{
background-color: rgb(229,247,255);
height: 20px; width:20px;  
float:left;}
.cold1412{
background-color: rgb(198,218,247);
height: 20px; width:20px;  
float:left;}
.cold1413{
background-color: rgb(85,115,157);
height: 20px; width:20px;  
float:left;}
.cold1414{
background-color: rgb(135,162,201);
height: 20px; width:20px;  
float:left;}
.cold1415{
background-color: rgb(215,232,255);
height: 20px; width:20px;  
float:left;}
.cold1416{
background-color: rgb(206,231,251);
height: 20px; width:20px;  
float:left;}
.cold1417{
background-color: rgb(243,255,255);
height: 20px; width:20px;  
float:left;}
.cold1418{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1419{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold1420{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1421{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1422{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1423{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1424{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1425{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1426{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1427{
background-color: rgb(168,192,223);
height: 20px; width:20px;  
float:left;}
.cold1428{
background-color: rgb(218,236,253);
height: 20px; width:20px;  
float:left;}
.cold1429{
background-color: rgb(171,198,231);
height: 20px; width:20px;  
float:left;}
.cold1430{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1431{
background-color: rgb(113,141,183);
height: 20px; width:20px;  
float:left;}
.cold1432{
background-color: rgb(115,148,189);
height: 20px; width:20px;  
float:left;}
.cold1433{
background-color: rgb(113,143,182);
height: 20px; width:20px;  
float:left;}
.cold1434{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold1435{
background-color: rgb(127,156,195);
height: 20px; width:20px;  
float:left;}
.cold1436{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold1437{
background-color: rgb(114,147,186);
height: 20px; width:20px;  
float:left;}
.cold1438{
background-color: rgb(120,149,188);
height: 20px; width:20px;  
float:left;}
.cold1439{
background-color: rgb(132,158,196);
height: 20px; width:20px;  
float:left;}
.cold1440{
background-color: rgb(100,133,174);
height: 20px; width:20px;  
float:left;}
.cold1441{
background-color: rgb(107,140,181);
height: 20px; width:20px;  
float:left;}
.cold1442{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
float:left;}
.cold1443{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold1444{
background-color: rgb(118,146,188);
height: 20px; width:20px;  
float:left;}
.cold1445{
background-color: rgb(108,136,178);
height: 20px; width:20px;  
float:left;}
.cold1446{
background-color: rgb(110,138,180);
height: 20px; width:20px;  
float:left;}
.cold1447{
background-color: rgb(116,144,186);
height: 20px; width:20px;  
float:left;}
.cold1448{
background-color: rgb(137,171,206);
height: 20px; width:20px;  
float:left;}
.cold1449{
background-color: rgb(156,181,209);
height: 20px; width:20px;  
float:left;}
.cold1450{
background-color: rgb(60,91,136);
height: 20px; width:20px;  
float:left;}
.cold1451{
background-color: rgb(159,186,219);
height: 20px; width:20px;  
float:left;}
.cold1452{
background-color: rgb(203,223,252);
height: 20px; width:20px;  
float:left;}
.cold1453{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold1454{
background-color: rgb(71,101,146);
height: 20px; width:20px;  
float:left;}
.cold1455{
background-color: rgb(78,113,156);
height: 20px; width:20px;  
float:left;}
.cold1456{
background-color: rgb(108,138,177);
height: 20px; width:20px;  
float:left;}
.cold1457{
background-color: rgb(104,137,178);
height: 20px; width:20px;  
float:left;}
.cold1458{
background-color: rgb(173,197,224);
height: 20px; width:20px;  
float:left;}
.cold1459{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1460{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1461{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold1462{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1463{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1464{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1465{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1466{
background-color: rgb(194,214,244);
height: 20px; width:20px;  
float:left;}
.cold1467{
background-color: rgb(142,172,210);
height: 20px; width:20px;  
float:left;}
.cold1468{
background-color: rgb(250,255,255);
height: 20px; width:20px;  
float:left;}
.cold1469{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1470{
background-color: rgb(65,95,140);
height: 20px; width:20px;  
float:left;}
.cold1471{
background-color: rgb(50,81,124);
height: 20px; width:20px;  
float:left;}
.cold1472{
background-color: rgb(125,157,196);
height: 20px; width:20px;  
float:left;}
.cold1473{
background-color: rgb(122,150,192);
height: 20px; width:20px;  
float:left;}
.cold1474{
background-color: rgb(120,148,190);
height: 20px; width:20px;  
float:left;}
.cold1475{
background-color: rgb(114,144,183);
height: 20px; width:20px;  
float:left;}
.cold1476{
background-color: rgb(111,144,183);
height: 20px; width:20px;  
float:left;}
.cold1477{
background-color: rgb(114,147,186);
height: 20px; width:20px;  
float:left;}
.cold1478{
background-color: rgb(128,157,196);
height: 20px; width:20px;  
float:left;}
.cold1479{
background-color: rgb(126,155,194);
height: 20px; width:20px;  
float:left;}
.cold1480{
background-color: rgb(111,144,183);
height: 20px; width:20px;  
float:left;}
.cold1481{
background-color: rgb(121,150,189);
height: 20px; width:20px;  
float:left;}
.cold1482{
background-color: rgb(135,165,201);
height: 20px; width:20px;  
float:left;}
.cold1483{
background-color: rgb(140,170,206);
height: 20px; width:20px;  
float:left;}
.cold1484{
background-color: rgb(133,163,199);
height: 20px; width:20px;  
float:left;}
.cold1485{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold1486{
background-color: rgb(113,143,182);
height: 20px; width:20px;  
float:left;}
.cold1487{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold1488{
background-color: rgb(132,162,198);
height: 20px; width:20px;  
float:left;}
.cold1489{
background-color: rgb(156,182,220);
height: 20px; width:20px;  
float:left;}
.cold1490{
background-color: rgb(84,114,158);
height: 20px; width:20px;  
float:left;}
.cold1491{
background-color: rgb(68,98,141);
height: 20px; width:20px;  
float:left;}
.cold1492{
background-color: rgb(170,200,230);
height: 20px; width:20px;  
float:left;}
.cold1493{
background-color: rgb(203,226,252);
height: 20px; width:20px;  
float:left;}
.cold1494{
background-color: rgb(225,244,255);
height: 20px; width:20px;  
float:left;}
.cold1495{
background-color: rgb(225,244,253);
height: 20px; width:20px;  
float:left;}
.cold1496{
background-color: rgb(238,253,255);
height: 20px; width:20px;  
float:left;}
.cold1497{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1498{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold1499{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1500{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1501{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1502{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold1503{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1504{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1505{
background-color: rgb(216,233,255);
height: 20px; width:20px;  
float:left;}
.cold1506{
background-color: rgb(164,194,224);
height: 20px; width:20px;  
float:left;}
.cold1507{
background-color: rgb(212,233,254);
height: 20px; width:20px;  
float:left;}
.cold1508{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1509{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1510{
background-color: rgb(107,137,176);
height: 20px; width:20px;  
float:left;}
.cold1511{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1512{
background-color: rgb(95,124,166);
height: 20px; width:20px;  
float:left;}
.cold1513{
background-color: rgb(120,148,190);
height: 20px; width:20px;  
float:left;}
.cold1514{
background-color: rgb(130,159,198);
height: 20px; width:20px;  
float:left;}
.cold1515{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
float:left;}
.cold1516{
background-color: rgb(118,146,188);
height: 20px; width:20px;  
float:left;}
.cold1517{
background-color: rgb(115,148,189);
height: 20px; width:20px;  
float:left;}
.cold1518{
background-color: rgb(124,156,195);
height: 20px; width:20px;  
float:left;}
.cold1519{
background-color: rgb(123,155,194);
height: 20px; width:20px;  
float:left;}
.cold1520{
background-color: rgb(125,154,193);
height: 20px; width:20px;  
float:left;}
.cold1521{
background-color: rgb(126,155,192);
height: 20px; width:20px;  
float:left;}
.cold1522{
background-color: rgb(139,169,205);
height: 20px; width:20px;  
float:left;}
.cold1523{
background-color: rgb(150,179,214);
height: 20px; width:20px;  
float:left;}
.cold1524{
background-color: rgb(150,179,214);
height: 20px; width:20px;  
float:left;}
.cold1525{
background-color: rgb(139,169,207);
height: 20px; width:20px;  
float:left;}
.cold1526{
background-color: rgb(121,149,191);
height: 20px; width:20px;  
float:left;}
.cold1527{
background-color: rgb(106,134,176);
height: 20px; width:20px;  
float:left;}
.cold1528{
background-color: rgb(84,118,159);
height: 20px; width:20px;  
float:left;}
.cold1529{
background-color: rgb(78,107,153);
height: 20px; width:20px;  
float:left;}
.cold1530{
background-color: rgb(110,138,180);
height: 20px; width:20px;  
float:left;}
.cold1531{
background-color: rgb(46,76,117);
height: 20px; width:20px;  
float:left;}
.cold1532{
background-color: rgb(88,117,159);
height: 20px; width:20px;  
float:left;}
.cold1533{
background-color: rgb(217,235,254);
height: 20px; width:20px;  
float:left;}
.cold1534{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1535{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1536{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1537{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold1538{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1539{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1540{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1541{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1542{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1543{
background-color: rgb(232,245,255);
height: 20px; width:20px;  
float:left;}
.cold1544{
background-color: rgb(193,221,245);
height: 20px; width:20px;  
float:left;}
.cold1545{
background-color: rgb(176,197,231);
height: 20px; width:20px;  
float:left;}
.cold1546{
background-color: rgb(225,244,255);
height: 20px; width:20px;  
float:left;}
.cold1547{
background-color: rgb(248,255,255);
height: 20px; width:20px;  
float:left;}
.cold1548{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1549{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1550{
background-color: rgb(46,78,121);
height: 20px; width:20px;  
float:left;}
.cold1551{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1552{
background-color: rgb(7,45,82);
height: 20px; width:20px;  
float:left;}
.cold1553{
background-color: rgb(21,54,96);
height: 20px; width:20px;  
float:left;}
.cold1554{
background-color: rgb(67,96,137);
height: 20px; width:20px;  
float:left;}
.cold1555{
background-color: rgb(119,145,183);
height: 20px; width:20px;  
float:left;}
.cold1556{
background-color: rgb(140,170,206);
height: 20px; width:20px;  
float:left;}
.cold1557{
background-color: rgb(137,167,201);
height: 20px; width:20px;  
float:left;}
.cold1558{
background-color: rgb(125,154,191);
height: 20px; width:20px;  
float:left;}
.cold1559{
background-color: rgb(124,152,196);
height: 20px; width:20px;  
float:left;}
.cold1560{
background-color: rgb(132,162,200);
height: 20px; width:20px;  
float:left;}
.cold1561{
background-color: rgb(138,168,206);
height: 20px; width:20px;  
float:left;}
.cold1562{
background-color: rgb(137,164,201);
height: 20px; width:20px;  
float:left;}
.cold1563{
background-color: rgb(140,167,204);
height: 20px; width:20px;  
float:left;}
.cold1564{
background-color: rgb(134,164,200);
height: 20px; width:20px;  
float:left;}
.cold1565{
background-color: rgb(111,141,180);
height: 20px; width:20px;  
float:left;}
.cold1566{
background-color: rgb(82,112,154);
height: 20px; width:20px;  
float:left;}
.cold1567{
background-color: rgb(61,92,137);
height: 20px; width:20px;  
float:left;}
.cold1568{
background-color: rgb(60,91,134);
height: 20px; width:20px;  
float:left;}
.cold1569{
background-color: rgb(92,126,167);
height: 20px; width:20px;  
float:left;}
.cold1570{
background-color: rgb(94,131,169);
height: 20px; width:20px;  
float:left;}
.cold1571{
background-color: rgb(24,56,96);
height: 20px; width:20px;  
float:left;}
.cold1572{
background-color: rgb(4,5,37);
height: 20px; width:20px;  
float:left;}
.cold1573{
background-color: rgb(119,151,190);
height: 20px; width:20px;  
float:left;}
.cold1574{
background-color: rgb(238,253,255);
height: 20px; width:20px;  
float:left;}
.cold1575{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1576{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1577{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1578{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1579{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1580{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1581{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1582{
background-color: rgb(189,213,240);
height: 20px; width:20px;  
float:left;}
.cold1583{
background-color: rgb(139,169,205);
height: 20px; width:20px;  
float:left;}
.cold1584{
background-color: rgb(137,164,205);
height: 20px; width:20px;  
float:left;}
.cold1585{
background-color: rgb(197,221,247);
height: 20px; width:20px;  
float:left;}
.cold1586{
background-color: rgb(229,250,255);
height: 20px; width:20px;  
float:left;}
.cold1587{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1588{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1589{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1590{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1591{
background-color: rgb(6,27,62);
height: 20px; width:20px;  
float:left;}
.cold1592{
background-color: rgb(33,59,104);
height: 20px; width:20px;  
float:left;}
.cold1593{
background-color: rgb(19,44,83);
height: 20px; width:20px;  
float:left;}
.cold1594{
background-color: rgb(2,29,59);
height: 20px; width:20px;  
float:left;}
.cold1595{
background-color: rgb(0,27,61);
height: 20px; width:20px;  
float:left;}
.cold1596{
background-color: rgb(62,91,134);
height: 20px; width:20px;  
float:left;}
.cold1597{
background-color: rgb(120,148,192);
height: 20px; width:20px;  
float:left;}
.cold1598{
background-color: rgb(148,178,213);
height: 20px; width:20px;  
float:left;}
.cold1599{
background-color: rgb(149,177,209);
height: 20px; width:20px;  
float:left;}
.cold1600{
background-color: rgb(139,166,203);
height: 20px; width:20px;  
float:left;}
.cold1601{
background-color: rgb(141,171,207);
height: 20px; width:20px;  
float:left;}
.cold1602{
background-color: rgb(128,157,196);
height: 20px; width:20px;  
float:left;}
.cold1603{
background-color: rgb(95,129,168);
height: 20px; width:20px;  
float:left;}
.cold1604{
background-color: rgb(75,109,149);
height: 20px; width:20px;  
float:left;}
.cold1605{
background-color: rgb(66,96,139);
height: 20px; width:20px;  
float:left;}
.cold1606{
background-color: rgb(49,80,123);
height: 20px; width:20px;  
float:left;}
.cold1607{
background-color: rgb(70,98,141);
height: 20px; width:20px;  
float:left;}
.cold1608{
background-color: rgb(85,115,159);
height: 20px; width:20px;  
float:left;}
.cold1609{
background-color: rgb(107,135,179);
height: 20px; width:20px;  
float:left;}
.cold1610{
background-color: rgb(48,81,119);
height: 20px; width:20px;  
float:left;}
.cold1611{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1612{
background-color: rgb(42,70,117);
height: 20px; width:20px;  
float:left;}
.cold1613{
background-color: rgb(0,22,53);
height: 20px; width:20px;  
float:left;}
.cold1614{
background-color: rgb(57,93,135);
height: 20px; width:20px;  
float:left;}
.cold1615{
background-color: rgb(154,182,214);
height: 20px; width:20px;  
float:left;}
.cold1616{
background-color: rgb(177,205,231);
height: 20px; width:20px;  
float:left;}
.cold1617{
background-color: rgb(174,195,227);
height: 20px; width:20px;  
float:left;}
.cold1618{
background-color: rgb(170,200,230);
height: 20px; width:20px;  
float:left;}
.cold1619{
background-color: rgb(198,220,246);
height: 20px; width:20px;  
float:left;}
.cold1620{
background-color: rgb(194,215,244);
height: 20px; width:20px;  
float:left;}
.cold1621{
background-color: rgb(151,180,213);
height: 20px; width:20px;  
float:left;}
.cold1622{
background-color: rgb(155,183,217);
height: 20px; width:20px;  
float:left;}
.cold1623{
background-color: rgb(176,198,232);
height: 20px; width:20px;  
float:left;}
.cold1624{
background-color: rgb(185,209,238);
height: 20px; width:20px;  
float:left;}
.cold1625{
background-color: rgb(234,249,251);
height: 20px; width:20px;  
float:left;}
.cold1626{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1627{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1628{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1629{
background-color: rgb(213,230,255);
height: 20px; width:20px;  
float:left;}
.cold1630{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1631{
background-color: rgb(31,56,99);
height: 20px; width:20px;  
float:left;}
.cold1632{
background-color: rgb(32,63,107);
height: 20px; width:20px;  
float:left;}
.cold1633{
background-color: rgb(31,66,107);
height: 20px; width:20px;  
float:left;}
.cold1634{
background-color: rgb(33,64,106);
height: 20px; width:20px;  
float:left;}
.cold1635{
background-color: rgb(30,57,97);
height: 20px; width:20px;  
float:left;}
.cold1636{
background-color: rgb(0,22,53);
height: 20px; width:20px;  
float:left;}
.cold1637{
background-color: rgb(15,39,77);
height: 20px; width:20px;  
float:left;}
.cold1638{
background-color: rgb(74,104,149);
height: 20px; width:20px;  
float:left;}
.cold1639{
background-color: rgb(139,169,203);
height: 20px; width:20px;  
float:left;}
.cold1640{
background-color: rgb(140,167,204);
height: 20px; width:20px;  
float:left;}
.cold1641{
background-color: rgb(122,157,195);
height: 20px; width:20px;  
float:left;}
.cold1642{
background-color: rgb(124,150,192);
height: 20px; width:20px;  
float:left;}
.cold1643{
background-color: rgb(90,124,163);
height: 20px; width:20px;  
float:left;}
.cold1644{
background-color: rgb(65,87,136);
height: 20px; width:20px;  
float:left;}
.cold1645{
background-color: rgb(59,90,135);
height: 20px; width:20px;  
float:left;}
.cold1646{
background-color: rgb(63,105,145);
height: 20px; width:20px;  
float:left;}
.cold1647{
background-color: rgb(83,113,158);
height: 20px; width:20px;  
float:left;}
.cold1648{
background-color: rgb(104,134,173);
height: 20px; width:20px;  
float:left;}
.cold1649{
background-color: rgb(79,117,157);
height: 20px; width:20px;  
float:left;}
.cold1650{
background-color: rgb(1,27,61);
height: 20px; width:20px;  
float:left;}
.cold1651{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1652{
background-color: rgb(67,97,140);
height: 20px; width:20px;  
float:left;}
.cold1653{
background-color: rgb(184,205,235);
height: 20px; width:20px;  
float:left;}
.cold1654{
background-color: rgb(59,90,136);
height: 20px; width:20px;  
float:left;}
.cold1655{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1656{
background-color: rgb(26,51,92);
height: 20px; width:20px;  
float:left;}
.cold1657{
background-color: rgb(29,56,96);
height: 20px; width:20px;  
float:left;}
.cold1658{
background-color: rgb(10,45,88);
height: 20px; width:20px;  
float:left;}
.cold1659{
background-color: rgb(43,77,117);
height: 20px; width:20px;  
float:left;}
.cold1660{
background-color: rgb(112,140,184);
height: 20px; width:20px;  
float:left;}
.cold1661{
background-color: rgb(154,182,215);
height: 20px; width:20px;  
float:left;}
.cold1662{
background-color: rgb(192,217,241);
height: 20px; width:20px;  
float:left;}
.cold1663{
background-color: rgb(210,230,255);
height: 20px; width:20px;  
float:left;}
.cold1664{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1665{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1666{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1667{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1668{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold1669{
background-color: rgb(105,138,177);
height: 20px; width:20px;  
float:left;}
.cold1670{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1671{
background-color: rgb(41,71,115);
height: 20px; width:20px;  
float:left;}
.cold1672{
background-color: rgb(40,62,108);
height: 20px; width:20px;  
float:left;}
.cold1673{
background-color: rgb(42,67,112);
height: 20px; width:20px;  
float:left;}
.cold1674{
background-color: rgb(35,69,110);
height: 20px; width:20px;  
float:left;}
.cold1675{
background-color: rgb(34,65,104);
height: 20px; width:20px;  
float:left;}
.cold1676{
background-color: rgb(38,70,116);
height: 20px; width:20px;  
float:left;}
.cold1677{
background-color: rgb(31,59,98);
height: 20px; width:20px;  
float:left;}
.cold1678{
background-color: rgb(0,22,53);
height: 20px; width:20px;  
float:left;}
.cold1679{
background-color: rgb(30,62,106);
height: 20px; width:20px;  
float:left;}
.cold1680{
background-color: rgb(122,151,190);
height: 20px; width:20px;  
float:left;}
.cold1681{
background-color: rgb(123,152,189);
height: 20px; width:20px;  
float:left;}
.cold1682{
background-color: rgb(107,140,179);
height: 20px; width:20px;  
float:left;}
.cold1683{
background-color: rgb(108,136,181);
height: 20px; width:20px;  
float:left;}
.cold1684{
background-color: rgb(84,120,164);
height: 20px; width:20px;  
float:left;}
.cold1685{
background-color: rgb(85,112,157);
height: 20px; width:20px;  
float:left;}
.cold1686{
background-color: rgb(71,106,150);
height: 20px; width:20px;  
float:left;}
.cold1687{
background-color: rgb(74,104,149);
height: 20px; width:20px;  
float:left;}
.cold1688{
background-color: rgb(89,120,159);
height: 20px; width:20px;  
float:left;}
.cold1689{
background-color: rgb(42,70,117);
height: 20px; width:20px;  
float:left;}
.cold1690{
background-color: rgb(0,34,66);
height: 20px; width:20px;  
float:left;}
.cold1691{
background-color: rgb(2,13,47);
height: 20px; width:20px;  
float:left;}
.cold1692{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1693{
background-color: rgb(250,255,255);
height: 20px; width:20px;  
float:left;}
.cold1694{
background-color: rgb(254,255,251);
height: 20px; width:20px;  
float:left;}
.cold1695{
background-color: rgb(22,46,86);
height: 20px; width:20px;  
float:left;}
.cold1696{
background-color: rgb(42,67,110);
height: 20px; width:20px;  
float:left;}
.cold1697{
background-color: rgb(118,146,188);
height: 20px; width:20px;  
float:left;}
.cold1698{
background-color: rgb(176,194,227);
height: 20px; width:20px;  
float:left;}
.cold1699{
background-color: rgb(204,227,250);
height: 20px; width:20px;  
float:left;}
.cold1700{
background-color: rgb(222,245,255);
height: 20px; width:20px;  
float:left;}
.cold1701{
background-color: rgb(237,252,254);
height: 20px; width:20px;  
float:left;}
.cold1702{
background-color: rgb(250,255,252);
height: 20px; width:20px;  
float:left;}
.cold1703{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1704{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1705{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
float:left;}
.cold1706{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1707{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1708{
background-color: rgb(247,255,255);
height: 20px; width:20px;  
float:left;}
.cold1709{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1710{
background-color: rgb(30,65,106);
height: 20px; width:20px;  
float:left;}
.cold1711{
background-color: rgb(33,66,110);
height: 20px; width:20px;  
float:left;}
.cold1712{
background-color: rgb(37,67,109);
height: 20px; width:20px;  
float:left;}
.cold1713{
background-color: rgb(45,69,112);
height: 20px; width:20px;  
float:left;}
.cold1714{
background-color: rgb(42,67,110);
height: 20px; width:20px;  
float:left;}
.cold1715{
background-color: rgb(34,67,111);
height: 20px; width:20px;  
float:left;}
.cold1716{
background-color: rgb(38,68,112);
height: 20px; width:20px;  
float:left;}
.cold1717{
background-color: rgb(45,66,112);
height: 20px; width:20px;  
float:left;}
.cold1718{
background-color: rgb(45,75,116);
height: 20px; width:20px;  
float:left;}
.cold1719{
background-color: rgb(31,59,96);
height: 20px; width:20px;  
float:left;}
.cold1720{
background-color: rgb(113,140,182);
height: 20px; width:20px;  
float:left;}
.cold1721{
background-color: rgb(118,147,186);
height: 20px; width:20px;  
float:left;}
.cold1722{
background-color: rgb(97,127,166);
height: 20px; width:20px;  
float:left;}
.cold1723{
background-color: rgb(100,135,178);
height: 20px; width:20px;  
float:left;}
.cold1724{
background-color: rgb(113,149,187);
height: 20px; width:20px;  
float:left;}
.cold1725{
background-color: rgb(94,128,169);
height: 20px; width:20px;  
float:left;}
.cold1726{
background-color: rgb(100,129,171);
height: 20px; width:20px;  
float:left;}
.cold1727{
background-color: rgb(97,134,174);
height: 20px; width:20px;  
float:left;}
.cold1728{
background-color: rgb(68,101,147);
height: 20px; width:20px;  
float:left;}
.cold1729{
background-color: rgb(21,50,90);
height: 20px; width:20px;  
float:left;}
.cold1730{
background-color: rgb(24,51,94);
height: 20px; width:20px;  
float:left;}
.cold1731{
background-color: rgb(20,43,82);
height: 20px; width:20px;  
float:left;}
.cold1732{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1733{
background-color: rgb(138,166,200);
height: 20px; width:20px;  
float:left;}
.cold1734{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1735{
background-color: rgb(244,255,255);
height: 20px; width:20px;  
float:left;}
.cold1736{
background-color: rgb(104,137,178);
height: 20px; width:20px;  
float:left;}
.cold1737{
background-color: rgb(128,157,194);
height: 20px; width:20px;  
float:left;}
.cold1738{
background-color: rgb(199,224,248);
height: 20px; width:20px;  
float:left;}
.cold1739{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1740{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1741{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1742{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold1743{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold1744{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1745{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1746{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1747{
background-color: rgb(254,255,253);
height: 20px; width:20px;  
float:left;}
.cold1748{
background-color: rgb(106,133,175);
height: 20px; width:20px;  
float:left;}
.cold1749{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1750{
background-color: rgb(47,77,118);
height: 20px; width:20px;  
float:left;}
.cold1751{
background-color: rgb(32,63,102);
height: 20px; width:20px;  
float:left;}
.cold1752{
background-color: rgb(29,64,104);
height: 20px; width:20px;  
float:left;}
.cold1753{
background-color: rgb(34,67,111);
height: 20px; width:20px;  
float:left;}
.cold1754{
background-color: rgb(35,66,106);
height: 20px; width:20px;  
float:left;}
.cold1755{
background-color: rgb(44,67,110);
height: 20px; width:20px;  
float:left;}
.cold1756{
background-color: rgb(42,67,112);
height: 20px; width:20px;  
float:left;}
.cold1757{
background-color: rgb(35,69,110);
height: 20px; width:20px;  
float:left;}
.cold1758{
background-color: rgb(39,69,113);
height: 20px; width:20px;  
float:left;}
.cold1759{
background-color: rgb(39,69,113);
height: 20px; width:20px;  
float:left;}
.cold1760{
background-color: rgb(96,125,167);
height: 20px; width:20px;  
float:left;}
.cold1761{
background-color: rgb(96,131,174);
height: 20px; width:20px;  
float:left;}
.cold1762{
background-color: rgb(96,131,167);
height: 20px; width:20px;  
float:left;}
.cold1763{
background-color: rgb(94,120,166);
height: 20px; width:20px;  
float:left;}
.cold1764{
background-color: rgb(106,134,176);
height: 20px; width:20px;  
float:left;}
.cold1765{
background-color: rgb(111,144,185);
height: 20px; width:20px;  
float:left;}
.cold1766{
background-color: rgb(142,164,204);
height: 20px; width:20px;  
float:left;}
.cold1767{
background-color: rgb(114,147,188);
height: 20px; width:20px;  
float:left;}
.cold1768{
background-color: rgb(65,94,134);
height: 20px; width:20px;  
float:left;}
.cold1769{
background-color: rgb(21,50,90);
height: 20px; width:20px;  
float:left;}
.cold1770{
background-color: rgb(33,56,97);
height: 20px; width:20px;  
float:left;}
.cold1771{
background-color: rgb(30,57,95);
height: 20px; width:20px;  
float:left;}
.cold1772{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1773{
background-color: rgb(52,80,126);
height: 20px; width:20px;  
float:left;}
.cold1774{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1775{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1776{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1777{
background-color: rgb(201,224,249);
height: 20px; width:20px;  
float:left;}
.cold1778{
background-color: rgb(255,255,251);
height: 20px; width:20px;  
float:left;}
.cold1779{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1780{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1781{
background-color: rgb(252,255,254);
height: 20px; width:20px;  
float:left;}
.cold1782{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold1783{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1784{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1785{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1786{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold1787{
background-color: rgb(209,232,255);
height: 20px; width:20px;  
float:left;}
.cold1788{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1789{
background-color: rgb(39,71,115);
height: 20px; width:20px;  
float:left;}
.cold1790{
background-color: rgb(37,66,113);
height: 20px; width:20px;  
float:left;}
.cold1791{
background-color: rgb(37,64,103);
height: 20px; width:20px;  
float:left;}
.cold1792{
background-color: rgb(41,69,116);
height: 20px; width:20px;  
float:left;}
.cold1793{
background-color: rgb(43,73,114);
height: 20px; width:20px;  
float:left;}
.cold1794{
background-color: rgb(38,68,112);
height: 20px; width:20px;  
float:left;}
.cold1795{
background-color: rgb(44,68,113);
height: 20px; width:20px;  
float:left;}
.cold1796{
background-color: rgb(32,67,105);
height: 20px; width:20px;  
float:left;}
.cold1797{
background-color: rgb(32,67,105);
height: 20px; width:20px;  
float:left;}
.cold1798{
background-color: rgb(38,68,110);
height: 20px; width:20px;  
float:left;}
.cold1799{
background-color: rgb(47,71,116);
height: 20px; width:20px;  
float:left;}
.cold1800{
background-color: rgb(94,128,171);
height: 20px; width:20px;  
float:left;}
.cold1801{
background-color: rgb(107,140,181);
height: 20px; width:20px;  
float:left;}
.cold1802{
background-color: rgb(104,137,178);
height: 20px; width:20px;  
float:left;}
.cold1803{
background-color: rgb(97,132,175);
height: 20px; width:20px;  
float:left;}
.cold1804{
background-color: rgb(94,131,171);
height: 20px; width:20px;  
float:left;}
.cold1805{
background-color: rgb(60,84,126);
height: 20px; width:20px;  
float:left;}
.cold1806{
background-color: rgb(50,89,136);
height: 20px; width:20px;  
float:left;}
.cold1807{
background-color: rgb(76,105,148);
height: 20px; width:20px;  
float:left;}
.cold1808{
background-color: rgb(58,89,135);
height: 20px; width:20px;  
float:left;}
.cold1809{
background-color: rgb(30,62,103);
height: 20px; width:20px;  
float:left;}
.cold1810{
background-color: rgb(30,62,103);
height: 20px; width:20px;  
float:left;}
.cold1811{
background-color: rgb(19,52,94);
height: 20px; width:20px;  
float:left;}
.cold1812{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1813{
background-color: rgb(136,166,200);
height: 20px; width:20px;  
float:left;}
.cold1814{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1815{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1816{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1817{
background-color: rgb(252,255,252);
height: 20px; width:20px;  
float:left;}
.cold1818{
background-color: rgb(255,253,255);
height: 20px; width:20px;  
float:left;}
.cold1819{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1820{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1821{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1822{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1823{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1824{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1825{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1826{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1827{
background-color: rgb(70,106,153);
height: 20px; width:20px;  
float:left;}
.cold1828{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1829{
background-color: rgb(48,76,122);
height: 20px; width:20px;  
float:left;}
.cold1830{
background-color: rgb(28,67,108);
height: 20px; width:20px;  
float:left;}
.cold1831{
background-color: rgb(42,67,110);
height: 20px; width:20px;  
float:left;}
.cold1832{
background-color: rgb(43,77,115);
height: 20px; width:20px;  
float:left;}
.cold1833{
background-color: rgb(39,69,113);
height: 20px; width:20px;  
float:left;}
.cold1834{
background-color: rgb(46,70,117);
height: 20px; width:20px;  
float:left;}
.cold1835{
background-color: rgb(39,77,117);
height: 20px; width:20px;  
float:left;}
.cold1836{
background-color: rgb(35,69,108);
height: 20px; width:20px;  
float:left;}
.cold1837{
background-color: rgb(41,71,115);
height: 20px; width:20px;  
float:left;}
.cold1838{
background-color: rgb(44,76,119);
height: 20px; width:20px;  
float:left;}
.cold1839{
background-color: rgb(57,81,125);
height: 20px; width:20px;  
float:left;}
.cold1840{
background-color: rgb(92,126,169);
height: 20px; width:20px;  
float:left;}
.cold1841{
background-color: rgb(107,140,179);
height: 20px; width:20px;  
float:left;}
.cold1842{
background-color: rgb(102,135,176);
height: 20px; width:20px;  
float:left;}
.cold1843{
background-color: rgb(108,135,177);
height: 20px; width:20px;  
float:left;}
.cold1844{
background-color: rgb(108,141,182);
height: 20px; width:20px;  
float:left;}
.cold1845{
background-color: rgb(44,68,113);
height: 20px; width:20px;  
float:left;}
.cold1846{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1847{
background-color: rgb(11,40,75);
height: 20px; width:20px;  
float:left;}
.cold1848{
background-color: rgb(42,70,117);
height: 20px; width:20px;  
float:left;}
.cold1849{
background-color: rgb(41,71,113);
height: 20px; width:20px;  
float:left;}
.cold1850{
background-color: rgb(35,66,108);
height: 20px; width:20px;  
float:left;}
.cold1851{
background-color: rgb(12,39,78);
height: 20px; width:20px;  
float:left;}
.cold1852{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1853{
background-color: rgb(216,233,255);
height: 20px; width:20px;  
float:left;}
.cold1854{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
float:left;}
.cold1855{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1856{
background-color: rgb(254,254,252);
height: 20px; width:20px;  
float:left;}
.cold1857{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1858{
background-color: rgb(124,158,194);
height: 20px; width:20px;  
float:left;}
.cold1859{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1860{
background-color: rgb(172,199,232);
height: 20px; width:20px;  
float:left;}
.cold1861{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1862{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1863{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1864{
background-color: rgb(251,255,255);
height: 20px; width:20px;  
float:left;}
.cold1865{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1866{
background-color: rgb(206,226,252);
height: 20px; width:20px;  
float:left;}
.cold1867{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1868{
background-color: rgb(39,69,111);
height: 20px; width:20px;  
float:left;}
.cold1869{
background-color: rgb(44,68,113);
height: 20px; width:20px;  
float:left;}
.cold1870{
background-color: rgb(44,68,111);
height: 20px; width:20px;  
float:left;}
.cold1871{
background-color: rgb(39,69,111);
height: 20px; width:20px;  
float:left;}
.cold1872{
background-color: rgb(42,76,114);
height: 20px; width:20px;  
float:left;}
.cold1873{
background-color: rgb(40,70,112);
height: 20px; width:20px;  
float:left;}
.cold1874{
background-color: rgb(46,76,117);
height: 20px; width:20px;  
float:left;}
.cold1875{
background-color: rgb(45,69,114);
height: 20px; width:20px;  
float:left;}
.cold1876{
background-color: rgb(39,71,115);
height: 20px; width:20px;  
float:left;}
.cold1877{
background-color: rgb(39,69,111);
height: 20px; width:20px;  
float:left;}
.cold1878{
background-color: rgb(47,71,118);
height: 20px; width:20px;  
float:left;}
.cold1879{
background-color: rgb(42,79,121);
height: 20px; width:20px;  
float:left;}
.cold1880{
background-color: rgb(91,125,166);
height: 20px; width:20px;  
float:left;}
.cold1881{
background-color: rgb(94,128,171);
height: 20px; width:20px;  
float:left;}
.cold1882{
background-color: rgb(89,123,164);
height: 20px; width:20px;  
float:left;}
.cold1883{
background-color: rgb(92,126,167);
height: 20px; width:20px;  
float:left;}
.cold1884{
background-color: rgb(96,133,173);
height: 20px; width:20px;  
float:left;}
.cold1885{
background-color: rgb(67,96,139);
height: 20px; width:20px;  
float:left;}
.cold1886{
background-color: rgb(37,67,111);
height: 20px; width:20px;  
float:left;}
.cold1887{
background-color: rgb(45,77,120);
height: 20px; width:20px;  
float:left;}
.cold1888{
background-color: rgb(38,68,108);
height: 20px; width:20px;  
float:left;}
.cold1889{
background-color: rgb(27,63,101);
height: 20px; width:20px;  
float:left;}
.cold1890{
background-color: rgb(41,61,102);
height: 20px; width:20px;  
float:left;}
.cold1891{
background-color: rgb(21,50,90);
height: 20px; width:20px;  
float:left;}
.cold1892{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1893{
background-color: rgb(173,200,231);
height: 20px; width:20px;  
float:left;}
.cold1894{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1895{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1896{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1897{
background-color: rgb(124,150,190);
height: 20px; width:20px;  
float:left;}
.cold1898{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1899{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1900{
background-color: rgb(0,2,18);
height: 20px; width:20px;  
float:left;}
.cold1901{
background-color: rgb(254,254,255);
height: 20px; width:20px;  
float:left;}
.cold1902{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1903{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1904{
background-color: rgb(255,254,255);
height: 20px; width:20px;  
float:left;}
.cold1905{
background-color: rgb(254,255,251);
height: 20px; width:20px;  
float:left;}
.cold1906{
background-color: rgb(73,101,150);
height: 20px; width:20px;  
float:left;}
.cold1907{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1908{
background-color: rgb(49,79,122);
height: 20px; width:20px;  
float:left;}
.cold1909{
background-color: rgb(38,73,113);
height: 20px; width:20px;  
float:left;}
.cold1910{
background-color: rgb(44,68,113);
height: 20px; width:20px;  
float:left;}
.cold1911{
background-color: rgb(39,71,117);
height: 20px; width:20px;  
float:left;}
.cold1912{
background-color: rgb(45,77,122);
height: 20px; width:20px;  
float:left;}
.cold1913{
background-color: rgb(43,77,117);
height: 20px; width:20px;  
float:left;}
.cold1914{
background-color: rgb(42,76,116);
height: 20px; width:20px;  
float:left;}
.cold1915{
background-color: rgb(41,71,113);
height: 20px; width:20px;  
float:left;}
.cold1916{
background-color: rgb(42,67,112);
height: 20px; width:20px;  
float:left;}
.cold1917{
background-color: rgb(40,70,114);
height: 20px; width:20px;  
float:left;}
.cold1918{
background-color: rgb(42,76,114);
height: 20px; width:20px;  
float:left;}
.cold1919{
background-color: rgb(45,77,120);
height: 20px; width:20px;  
float:left;}
.cold1920{
background-color: rgb(89,118,162);
height: 20px; width:20px;  
float:left;}
.cold1921{
background-color: rgb(93,130,170);
height: 20px; width:20px;  
float:left;}
.cold1922{
background-color: rgb(90,124,165);
height: 20px; width:20px;  
float:left;}
.cold1923{
background-color: rgb(86,116,158);
height: 20px; width:20px;  
float:left;}
.cold1924{
background-color: rgb(71,106,150);
height: 20px; width:20px;  
float:left;}
.cold1925{
background-color: rgb(74,108,152);
height: 20px; width:20px;  
float:left;}
.cold1926{
background-color: rgb(69,99,142);
height: 20px; width:20px;  
float:left;}
.cold1927{
background-color: rgb(62,93,136);
height: 20px; width:20px;  
float:left;}
.cold1928{
background-color: rgb(40,70,114);
height: 20px; width:20px;  
float:left;}
.cold1929{
background-color: rgb(35,61,103);
height: 20px; width:20px;  
float:left;}
.cold1930{
background-color: rgb(37,67,109);
height: 20px; width:20px;  
float:left;}
.cold1931{
background-color: rgb(35,66,108);
height: 20px; width:20px;  
float:left;}
.cold1932{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1933{
background-color: rgb(119,148,187);
height: 20px; width:20px;  
float:left;}
.cold1934{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1935{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1936{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1937{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1938{
background-color: rgb(114,142,186);
height: 20px; width:20px;  
float:left;}
.cold1939{
background-color: rgb(146,176,209);
height: 20px; width:20px;  
float:left;}
.cold1940{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1941{
background-color: rgb(94,128,167);
height: 20px; width:20px;  
float:left;}
.cold1942{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold1943{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1944{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1945{
background-color: rgb(192,214,240);
height: 20px; width:20px;  
float:left;}
.cold1946{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1947{
background-color: rgb(45,75,116);
height: 20px; width:20px;  
float:left;}
.cold1948{
background-color: rgb(21,50,90);
height: 20px; width:20px;  
float:left;}
.cold1949{
background-color: rgb(25,57,97);
height: 20px; width:20px;  
float:left;}
.cold1950{
background-color: rgb(56,80,126);
height: 20px; width:20px;  
float:left;}
.cold1951{
background-color: rgb(37,77,114);
height: 20px; width:20px;  
float:left;}
.cold1952{
background-color: rgb(38,70,114);
height: 20px; width:20px;  
float:left;}
.cold1953{
background-color: rgb(49,77,123);
height: 20px; width:20px;  
float:left;}
.cold1954{
background-color: rgb(43,73,116);
height: 20px; width:20px;  
float:left;}
.cold1955{
background-color: rgb(41,71,115);
height: 20px; width:20px;  
float:left;}
.cold1956{
background-color: rgb(38,68,112);
height: 20px; width:20px;  
float:left;}
.cold1957{
background-color: rgb(43,73,116);
height: 20px; width:20px;  
float:left;}
.cold1958{
background-color: rgb(50,81,124);
height: 20px; width:20px;  
float:left;}
.cold1959{
background-color: rgb(48,79,122);
height: 20px; width:20px;  
float:left;}
.cold1960{
background-color: rgb(83,113,157);
height: 20px; width:20px;  
float:left;}
.cold1961{
background-color: rgb(84,114,156);
height: 20px; width:20px;  
float:left;}
.cold1962{
background-color: rgb(92,126,167);
height: 20px; width:20px;  
float:left;}
.cold1963{
background-color: rgb(85,119,160);
height: 20px; width:20px;  
float:left;}
.cold1964{
background-color: rgb(54,81,127);
height: 20px; width:20px;  
float:left;}
.cold1965{
background-color: rgb(58,89,134);
height: 20px; width:20px;  
float:left;}
.cold1966{
background-color: rgb(45,77,120);
height: 20px; width:20px;  
float:left;}
.cold1967{
background-color: rgb(51,80,123);
height: 20px; width:20px;  
float:left;}
.cold1968{
background-color: rgb(48,78,121);
height: 20px; width:20px;  
float:left;}
.cold1969{
background-color: rgb(44,68,113);
height: 20px; width:20px;  
float:left;}
.cold1970{
background-color: rgb(33,64,106);
height: 20px; width:20px;  
float:left;}
.cold1971{
background-color: rgb(32,63,105);
height: 20px; width:20px;  
float:left;}
.cold1972{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1973{
background-color: rgb(91,120,162);
height: 20px; width:20px;  
float:left;}
.cold1974{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1975{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1976{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1977{
background-color: rgb(0,14,46);
height: 20px; width:20px;  
float:left;}
.cold1978{
background-color: rgb(42,67,110);
height: 20px; width:20px;  
float:left;}
.cold1979{
background-color: rgb(73,107,149);
height: 20px; width:20px;  
float:left;}
.cold1980{
background-color: rgb(194,216,242);
height: 20px; width:20px;  
float:left;}
.cold1981{
background-color: rgb(201,223,249);
height: 20px; width:20px;  
float:left;}
.cold1982{
background-color: rgb(201,223,249);
height: 20px; width:20px;  
float:left;}
.cold1983{
background-color: rgb(255,255,253);
height: 20px; width:20px;  
float:left;}
.cold1984{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold1985{
background-color: rgb(0,22,55);
height: 20px; width:20px;  
float:left;}
.cold1986{
background-color: rgb(24,56,96);
height: 20px; width:20px;  
float:left;}
.cold1987{
background-color: rgb(52,89,133);
height: 20px; width:20px;  
float:left;}
.cold1988{
background-color: rgb(13,48,88);
height: 20px; width:20px;  
float:left;}
.cold1989{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1990{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold1991{
background-color: rgb(21,50,90);
height: 20px; width:20px;  
float:left;}
.cold1992{
background-color: rgb(40,70,114);
height: 20px; width:20px;  
float:left;}
.cold1993{
background-color: rgb(41,71,113);
height: 20px; width:20px;  
float:left;}
.cold1994{
background-color: rgb(37,67,111);
height: 20px; width:20px;  
float:left;}
.cold1995{
background-color: rgb(38,70,114);
height: 20px; width:20px;  
float:left;}
.cold1996{
background-color: rgb(42,76,114);
height: 20px; width:20px;  
float:left;}
.cold1997{
background-color: rgb(45,75,116);
height: 20px; width:20px;  
float:left;}
.cold1998{
background-color: rgb(51,80,123);
height: 20px; width:20px;  
float:left;}
.cold1999{
background-color: rgb(51,80,121);
height: 20px; width:20px;  
float:left;}
.cold2000{
background-color: rgb(82,112,156);
height: 20px; width:20px;  
float:left;}
.cold2001{
background-color: rgb(89,118,160);
height: 20px; width:20px;  
float:left;}
.cold2002{
background-color: rgb(95,129,170);
height: 20px; width:20px;  
float:left;}
.cold2003{
background-color: rgb(91,125,166);
height: 20px; width:20px;  
float:left;}
.cold2004{
background-color: rgb(52,80,126);
height: 20px; width:20px;  
float:left;}
.cold2005{
background-color: rgb(57,87,133);
height: 20px; width:20px;  
float:left;}
.cold2006{
background-color: rgb(57,87,130);
height: 20px; width:20px;  
float:left;}
.cold2007{
background-color: rgb(48,78,121);
height: 20px; width:20px;  
float:left;}
.cold2008{
background-color: rgb(53,82,125);
height: 20px; width:20px;  
float:left;}
.cold2009{
background-color: rgb(47,71,116);
height: 20px; width:20px;  
float:left;}
.cold2010{
background-color: rgb(32,63,105);
height: 20px; width:20px;  
float:left;}
.cold2011{
background-color: rgb(35,66,108);
height: 20px; width:20px;  
float:left;}
.cold2012{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold2013{
background-color: rgb(33,66,110);
height: 20px; width:20px;  
float:left;}
.cold2014{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold2015{
background-color: rgb(254,254,254);
height: 20px; width:20px;  
float:left;}
.cold2016{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold2017{
background-color: rgb(38,70,114);
height: 20px; width:20px;  
float:left;}
.cold2018{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold2019{
background-color: rgb(96,125,167);
height: 20px; width:20px;  
float:left;}
.cold2020{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold2021{
background-color: rgb(255,255,255);
height: 20px; width:20px;  
float:left;}
.cold2022{
background-color: rgb(215,232,254);
height: 20px; width:20px;  
float:left;}
.cold2023{
background-color: rgb(254,255,255);
height: 20px; width:20px;  
float:left;}
.cold2024{
background-color: rgb(184,205,239);
height: 20px; width:20px;  
float:left;}
.cold2025{
background-color: rgb(0,0,0);
height: 20px; width:20px;  
float:left;}
.cold2026{
background-color: rgb(38,68,110);
height: 20px; width:20px;  
float:left;}
.cold2027{
background-color: rgb(15,39,77);
height: 20px; width:20px;  
float:left;}
.cold2028{
background-color: rgb(221,239,255);
height: 20px; width:20px;  
float:left;}
.cold2029{
background-color: rgb(253,254,255);
height: 20px; width:20px;  
float:left;}
.cold2030{
background-color: rgb(143,177,211);
height: 20px; width:20px;  
float:left;}
.cold2031{
background-color: rgb(59,92,131);
height: 20px; width:20px;  
float:left;}
.cold2032{
background-color: rgb(30,62,103);
height: 20px; width:20px;  
float:left;}
.cold2033{
background-color: rgb(40,70,114);
height: 20px; width:20px;  
float:left;}
.cold2034{
background-color: rgb(43,73,116);
height: 20px; width:20px;  
float:left;}
.cold2035{
background-color: rgb(42,76,116);
height: 20px; width:20px;  
float:left;}
.cold2036{
background-color: rgb(39,71,115);
height: 20px; width:20px;  
float:left;}
.cold2037{
background-color: rgb(48,78,121);
height: 20px; width:20px;  
float:left;}
.cold2038{
background-color: rgb(49,79,120);
height: 20px; width:20px;  
float:left;}
.cold2039{
background-color: rgb(53,82,125);
height: 20px; width:20px;  
float:left;}
.newmenu{
	display: inline-block; margin-left: -1px;
margin-bottom: -1px;
left: 0px;
top: 0px;
bottom: 0px;
right: 0px;
padding: 5px 15px 5px 15px;
font-size: 20px; 
float:left; 
color:#083C61;
}

@font-face {
  font-family: "Marck Script Regular";
  src: url("font/_Marck Script");
}
@font-face {
font-family: "Ariadna script";
src: url("font/_Ariadna script.ttf");
}
@font-face {
font-family: "Czizh";
src: url("font/_Czizh.ttf");
}

