style{}


/*кнопка*/
.but {
	background-image: url('img/b12.gif');
	height:30px;
	width:90px;
	border-color: black;
	text-align:center;
	padding:5px;
	background-repeat: no-repeat;
	padding: 5px; color:#ff8800; heidth:50px; 
	text-align: center; font-weight: bold; 
	text-shadow: #f5f5f5 0px 2px 10px;
	font-family: demoFont,  verdana, "Times roman", courier, serif;}

/*наведение мыши на кнопку + те же стили, что и для родительского класса бат*/
.but:hover {
	background-image: url('img/b22.gif');}


/*нажатие на кнопку+ теже стили,что и для родительского бат*/
.but:active {
	background-image: url('img/b32.gif');
	text-shadow: none;}

.but-link a:hover {
color: white; 
	text-decoration: none;
	text-shadow: none;}

.but-link a:active, .but a:visited{
color: #ce6802; 
text-decoration: none; 
}

.but-link a:hover:visited {
color: white; 
	text-decoration: none;
	text-shadow: none;}






.r-link { font-size:16px; }
      .r-link a {
	  background: #bbbbbb;
  -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          display: inline-block;
          padding: 4px;
          outline: 0;
          color: #3a599d;
          -webkit-transition-duration: 0.25s;
          -moz-transition-duration: 0.25s;
          -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          -o-transition-property: -o-transform;
          transition-property: transform;
          -webkit-transform: scale(1) rotate(0);
          -moz-transform: scale(1) rotate(0);
          -o-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
      }
      .r-link a:hover {
          background: #8e8e8e;
          text-decoration: none;
          color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          -webkit-transform: scale(1.05) rotate(-1deg);
          -moz-transform: scale(1.05) rotate(-1deg);
          -o-transform: scale(1.05) rotate(-1deg);
          transform: scale(1.05) rotate(-1deg);
      }
      .r-link a:nth-child(2n):hover {
          -webkit-transform: scale(1.05) rotate(1deg);
          -moz-transform: scale(1.05) rotate(1deg);
          -o-transform: scale(1.05) rotate(1deg);
          transform: scale(1.05) rotate(1deg);
      }


.r-link a:active, .r-link a:visited{
color: #ce6802; 
text-decoration: none; 
}










/*Ссылки цыфры в квадратиках*/
/*URL: http://www.dynamicdrive.com/style/ */
.pagination{
padding: 2px;
text-align: center;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 10px;
text-align: center;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
text-align: center;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #687f9e;
text-decoration: none; 
color: #687f9e;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #687f9e;
color: #000;
background-color: #ffff99;
text-decoration: none; 
}

.pagination li.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #687f9e;
font-weight: bold;
cursor: default;




padding: 0 5px;
border: 1px solid #687f9e;
text-decoration: none; 


}


.pagination a.disablelink, .pagination a.disablelink:hover, .pagination a.disablelink:hover:visited {
background-color: #f7f7f7;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: bold !important;
text-decoration:none;

}



.pagination li.disablelink {
padding: 0 5px;
border: 1px solid #929292;
background-color: #f7f7f7;
cursor: default;
color: #929292;
font-weight: bold !important;
text-decoration:none;

}




.pagination a.prevnext{
font-weight: bold;
}







a {text-decoration:none;color: default;}

a:link
{
  color: #ce6802;  
}

a:hover
{
color: #ff8205; 
text-decoration:underline; 
 
}
a:hover:visited
{
  color: #ff8205;
}

a:visited
{
  color: #687F82;
}







h1{
	font-family: "Monotype Corsiva";
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}
h2{
	font-family: "Monotype Corsiva";
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
}
h3{
	font-family: "Comic Sans MS";
	font-size: large;
	font-style: italic;
	font-weight: 100;
	text-align: left;
}
h4{
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	font-weight: 100;
	
}

p{
	font-family: "Verdana";
	font-size: 15px;
	font-style: normal;
	text-align: justify;
	

	
}
b{
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
}


