<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}


body {
  width: 100%;
  height: 100%;
  background: #eafbe8;
  font-size:0.9em;
  line-height:135%;
  font-family: tahoma,verdana,arial;
}

a {
  color: #0000aa;
  text-decoration:none;
}

a:hover {
  color:#0202E1;
  text-decoration: underline;
}
a:visited {
  COLOR: #6464DE;
  TEXT-DECORATION: none;
}


h1 {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size:1.7em;
  margin: 0px;
  padding-top: 10px;
  color: #237901;
  text-align: left;
  letter-spacing: 0.1ex;
}

h2 {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size:1.5em;
  margin: 0px;
  padding-top: 10px;
  color: #237901;
  text-align: left;
  letter-spacing: 0.1ex;
}

h3 {
  PADDING-LEFT: 10px;
  PADDING-BOTTOM: 10px;
  FONT-SIZE: 1.1em;
  MARGIN: 0px;
  PADDING-TOP: 10px;
  COLOR: #237901;
  TEXT-ALIGN: right;
  LETTER-SPACING: 0.1ex
}

h4 {
  COLOR: #669966;
  PADDING-LEFT: 10px;
  font-size:1em;
  MARGIN: 0px;
  TEXT-ALIGN: left;
  LETTER-SPACING: 0.1ex
}

h5 {
  COLOR: #999999;
  PADDING-LEFT: 10px;
  FONT-SIZE: 1em;
  MARGIN: 0px;
  TEXT-ALIGN: left;
}


/* -------------------------------
Адаптивный дизайн
----------------------------------*/

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

/*###################################################################################################################*/
@media screen and (min-width:1025px) {


}




@media screen and (min-width:800px) and (max-width:1024px) {

#wrapper #content #colLeft {
	width:20%;
}

#wrapper #content #colCenter {
	width:78%;
        float:left;
}

#wrapper #content #colRight {
        display:none;
	}

#LeftBottom {
        display:none;
	}

}

/*###################################################################################################################*/

@media screen and (min-width:100px) and (max-width:799px) {

#wrapper #content #colLeft {
        display:none;
        }

#wrapper #content #colCenter {
	width:98%;
	}

#wrapper #content #colRight {
        display:none;
	}

#LeftHead {
        display:none;
	}

#LeftBottom {
        display:none;
	}

#RightHead {
        display:none;
	}

#RightBottom {
        display:none;
	}

   ul.mm {
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
   }
   ul.mm li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
   }


}

/* -------------------------------
Конец Адаптивный дизайн
----------------------------------*/



/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        margin-top:0px;
        border:0px solid #000;
	width: 100%;
        max-width:1210px;
	margin: 0 auto;
	height: auto !important;
}

#
headerInner {
        border: 0px solid #000;
        position:relative;
        width:100%;
        max-width:1000px;
        height:60px;
	margin:0 auto;
        margin-top:0px;
}


#content {
        
	margin-top:25px;
        border: 0px solid #1FA2E1; 
}

.text {
	margin:15px;
}

#content #colLeft {
        float:left;
	width:20%;
	margin-right:0px;
}

#content #colCenter {
        position:relative;
        margin-left:5px;
        float:left;
	width:58%;
}

#content #colCenter #colCenterB {
        margin-left:0px;
        border: 1px solid #9cc09e;
}


#content #colRight {
        position:relative;
        margin-left:5px;
        float:left;
	width:20%;
}


#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


#LeftHead {
	margin-top:0px;
        border: 0px solid #1FA2E1; 
        float:left;
	background: #eeffee;
}

#recl3 { position:absolute; left: 270px; right: 128px; color:#ADFEA3; bottom:1px; text-align: center; height:48px; z-index:2; }

/*#LeftBottom {
	position: absolute;
	left: 0; bottom: 0; height: 210px; width: 300px;
	z-index: 0;
	background: url(image/b_left.jpg) no-repeat;
        border: 0px solid #1FA2E1; 
        float:left;
	background: #eeffee;
}

#RightBottom {
	position: absolute;
	right: 0; bottom: 0; height: 350px; width: 177px;
	z-index: 0;
	background: url(image/b_right.jpg) no-repeat;
	background: #eeffee;
}*/

#RightHead {
	margin-top:0px;
        border: 0px solid #1FA2E1; 
	margin-right:0px;
        float:right;
	background: #eeffee;
}


#ReclBottom {
	margin-top:0px;
        border: 0px solid #1FA2E1; 
	margin-right:0px;
        text-align: center;
        float:none;
	background: #eeffee;
}


/*----------------------------
          Логотип
------------------------------*/

.logo {
 margin:0px auto 0 auto;
 text-align: center;
}


.navLine {
 margin:0px auto 0 auto;
 text-align: center;
}


#main { padding-bottom: 50px; }  /* must be same height as the footer */
#footer { 
    position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear:both;
    vertical-align:bottom;
  } 
/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

html, body, #wrapper { height: 100%; }
body &gt; #wrapper {height: auto; min-height: 100%;}



option.imagebacked {
padding: 2px 0 2px 20px;
background-repeat: no-repeat;
background-position: 1px 2px;
vertical-align: middle;
}


#content .dataBlock3 {
        position:relative;
        vertical-align:top;
        padding: 0.5em;
        border-radius: 6px;
        display:inline-block;
        border: 1px solid #9cc09e;
	background: #eafbe8;
	color: gray;
}

#content #colRight .dataBlock2 {
        position:relative;
        vertical-align:top;
        display:inline-block;
        padding: 0.5em;
        border-radius: 6px;
        border: 0px solid #1FA2E1;
	background: #d3fbce;
}



ol {
  margin-left:25px;
  text-decoration:none;
}


.copy2 {
position: absolute;
bottom: 1px;
right: 5px;
width: 260px;
COLOR: #325a29;
FONT-SIZE: 0.7em;
FONT-WEIGHT: normal;
}


a.smallbold {
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: green;
}

.small2 {
FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: gray;
}



.sdate { 
	color: #666666;
	padding-top: 0px;
	padding-bottom: 12px;
}

.formbutt {
background: linear-gradient(#c0df02, #9fb803) repeat scroll 0% 0% #688811;
border: 0px none;
padding: 2px 5px;
border-radius: 3px;
outline: 0px none;
cursor: pointer;
font-size:1.1em;
}
.formbutt:hover {
background: linear-gradient(#fcbe01, #e1aa01) repeat scroll 0% 0% #c88034;
}

.inputbox {
BACKGROUND-COLOR: #F3FEF2; BORDER-BOTTOM: #0D5E00 1px solid; BORDER-LEFT: #0D5E00 1px solid; BORDER-RIGHT: #0D5E00 1px solid; BORDER-TOP: #0D5E00 1px solid; COLOR: #444444;
font-size:1.1em;
}



.page {
  text-align:  center;
  margin-top:  10px;
  line-height: 2.0;
  margin-bottom:  10px;
  color: gray;
  font-size: 1.5em;
}
.page a,
.page span {
  padding:  3px 3px;
  margin:  0 0 0 0;
}

.page a:last-child,
.page span:last-child {
  margin-right:  0;
}

.page a:hover {
  background:  #dbeed9;
}

.page span {
  background:  #fff;
}



.var2 {
  	font-size:0.85em;
	color: gray;
        margin-top: 8px;
	margin-bottom:  12px;
}

UL {
	PADDING-RIGHT: 5px; PADDING-LEFT: 15px; PADDING-BOTTOM: 5px; MARGIN: 10px; PADDING-TOP: 0px;
}
LI {
	COLOR: #FFCC00;
}

#content pre {
  	font-size:1.3em;
        margin-top: 8px;
	margin-bottom:  12px;
        line-height: 1.2;
}
pre b {
	COLOR: navy;
}
pre i {
	COLOR: #006600;
}

.year { COLOR: #999999; }

#recl2 { margin:15px; }

.ltr   { BACKGROUND-COLOR: #eeffee; COLOR: #ffa800; }
.light { BACKGROUND-COLOR: #eeffee }
.dark  { BACKGROUND-COLOR: #e7Ffe7 }


th {
	COLOR: #9cc09e;
}

.corners {
border: 1px solid #ccf0ce;
border-radius: 10px 0px 0px 0px;
padding: 5px;
color: #999999;
}


.alb  {
        clear: left;
        width: 220px;
        BORDER-TOP: #00A200 1px solid; PADDING-BOTTOM: 2px;
        BORDER-BOTTOM: #00A200 1px solid;
        PADDING-TOP: 2px;
        overflow: auto;
      }
.alb2  {
        clear: left;
        width: 220px;
        BORDER-TOP: #00A200 1px solid; PADDING-BOTTOM: 2px;
        BORDER-BOTTOM: #00A200 1px solid;
        PADDING-TOP: 2px;
        BACKGROUND-COLOR: #FDF8E8;
        overflow: auto;
      }
IMG.cover { 
  float: left;
  border: none;
  margin-left: 1px;
  margin-right: 4px;
  margin-bottom: 2px;
}
IMG.coverB { 
  float: left;
  border: none;
  margin-left: 1px;
  margin-right: 15px;
  margin-bottom: 10px;
}


.lst2 { clear: left; height: 100%; }

.quot {
  	font-size:0.85em;
        overflow: hidden;
}

#content .highlt {
border: 1px solid #eafbe8;
background: linear-gradient(#A6C54C, #348A12) repeat scroll 0% 0% #688811;
border-radius: 4px 4px 1px 1px;
padding: 0px;
color: #ffffff;
}



.quoteAlien {
        vertical-align:top;
        padding: 0.5em;
        clear: both;
        max-width: 350px;
/*        display: inline;*/
/*        display: block;*/
/*        width: 600px;*/
        border-radius: 6px;
        border: 0px solid #1FA2E1;
        BACKGROUND-COLOR: #FDF8E8;
        background-image: url("../image/img755__.jpg");
}
.quoteAlien a:hover {
  color:  gray;
  text-decoration:none;
}
.quoteAlien a {
  color:  #222222;
  text-decoration:none;
}

.atyp  {
        clear: left;
margin: 0px 0px -3px 0px;
      }


.mhighlt {
  display: inline-block;
  margin-left: 7px;
  margin-right: 10px;
  margin: 10px 0px -1px 10px;
  padding: 10px;

  padding-top: 3px;
  padding-bottom: 4px;

  border-radius: 3px;
  background:  #eafbe8;
  text-shadow: none;
  border: 1px solid #ccf0ce;
  border-bottom: 1px solid #fdf8e8;
  border-radius: 4px 4px 0px 0px;
}


.mnorm {
  display: inline-block;

  margin-left: 7px;
  margin-right: 10px;
  margin: 10px 0px -1px 10px;
  padding: 10px;

  padding-top: 3px;
  padding-bottom: 4px;
  text-align: center;
  border: 1px solid #ccf0ce;
  border-radius: 4px 4px 0px 0px;
  background:  #c9fdc9;
  text-shadow: 1px;
}

#TCrd {
 top: 130px;
 width: 170px;
 right: 2px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
 text-align: left;
 z-index: 10;
 position: absolute;
  border: 1px solid #ccf0ce;
  border-radius: 4px 4px 0px 0px;
  color:#666666;
}


#TCrd2 {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;

  border: 1px solid #ccf0ce;
  border-radius: 4px 4px 0px 0px;
  color:navy;
 }

.cls_btn2 {
float: right;
}

.tone0 {
  padding-right: 150px;
  float: right;
}

.crd_ref {
  padding-right: 10px;
  padding-bottom: 2px;
  float: left;
}


.lyr {
 left: 0;
 text-align: left;
 z-index: 0;
 background:  #aaa550;
 position: relative;
}

details summary::after {
content: "Показать используемые аккорды";
text-decoration: underline;
text-decoration-style: dashed;
}
details[open] summary::after {
content: "Свернуть";
}

.cls_btn {
 top: 0px;
 width: 10px;
 right: 2px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
 text-align: right;
 z-index: 9;
 position: absolute;
}

.crd0 {
 float: left;
 text-align: middle;
}

.crd1 {
  padding-left: 5px;
  padding-right: 5px;
 float: left;
 text-align: middle;
 width: 100px;
}

.crd_list h2 {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 18px;
  font-size:1.3em;
  margin: 0px;
  color: #348002;
  text-align: left;
  letter-spacing: 0.1ex;
}
.crd_list h4 {
  COLOR: #669966;
  PADDING-LEFT: 10px;
  font-size:1em;
  MARGIN: 0px;
  TEXT-ALIGN: left;
  LETTER-SPACING: 0.1ex
}
</pre></body></html>