@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url(../font/RobotoSlab-Regular.woff) format('woff');      
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'HelveticaLight';
    src: url(../font/HelveticaLight.woff) format('woff');      
    font-style: normal;
    font-weight: normal;
}
body {     
    background:#eee;margin:0;
    padding:0; 
    font-family:'';
    text-decoration: none;
}
.example {background:#FFF;width:1100px; height:720px;border:1px #000 solid;margin:20px auto;
    padding:20px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
    font-family: '';
}
#content {
    position:relative;
    height:535px;
    font-family:'';
    font-size: 15px;
    text-decoration: none;
    text-align:left;
}
a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   }
h2 {
    margin-bottom: 30px;
    font-family:'RobotoSlab-Regular';
    font-size:1.5em;line-height: 1.28em;
}
.tri {  
margin-top: 45px;  /* расположение текста в окне*/
font-family: 'RobotoSlab-Regular';
 margin-bottom:0px;
font-size:1.3em;line-height: 25px;
}
 .tri1 {      
    margin-top: 20px;    
    font-family:'RobotoSlab-Regular'; margin-bottom:0px;
    font-size:1.35em;line-height: 25px;
     } 
  .tri2 {      
        margin-top: 20px;    
        font-family: 'RobotoSlab-Regular'; margin-bottom:0px;
        font-size:1.3em;line-height: 25px;
   } 
   .tri3 {     
    margin-top: 20px;    
    font-family: 'RobotoSlab-Regular';
     margin-bottom:0px;
    font-size:1.3em;line-height: 1.28em;
} 
#bok {
    height:400px; position:absolute;
    font-family:'';
}   
#content .page {
    position:absolute;
    top:0px;
}
.pagination{
    padding: 2px;
    font-family: 'HelveticaLight';
    font-size: 13px;
}
.pagination ul{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;    
}
.pagination a:hover, .pagination a:active{
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #FFFF80;
}
.pagination a.prevnext{
    font-weight: bold;
}
.page_number {
    border: 1px solid #9aafe5;
    color: #111111;
    padding:5px;
    text-align: center;
    width: 20px;
}
.button { margin-top:-25px;
    position:absolute;
     margin-left:55px;
     background-color: #fbfcff;
     color: #000;
     font-size: 15px;
     font-family: 'HelveticaLight';
     font-weight: bold;
     height:20px;
     border-radius: 10px;
     border: 1px solid #0f0f0f;     
    }