/* common */
@font-face {
    font-family: 'Lohit Gujarati';
    src: local('Lohit-Gujarati.ttf'), url('Lohit-Gujarati.eot');
    src: url('Lohit-Gujarati.eot?#iefix') format('embedded-opentype'),
         url('Lohit-Gujarati.woff') format('woff'),
         url('Lohit-Gujarati.ttf') format('truetype');
    unicode-range: U+0A80–0AFF;
    font-weight: normal;
    font-style: normal;
   
}
* {
    font-family: 'Lohit Gujarati', 'Lohit-Gujarati', 'LohitGujarati','Shruti';
    font-weight: normal;
    
    
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;' 
 unselectable='on'
 onselectstart='return false;' 
 onmousedown='return false;'
 }

td a{width:100%;display:block;}


body{
background-color:#d7f8f8;
}
h1{
//font-size:150%;
text-align:left;
}
h2{
//font-size:125%;
text-align:left;
}
h3{
//font-size:115%;
text-align:left;
}
h4{
//font-size:110%;
text-align:left;
}
h5{
//font-size:105%;
text-align:left;
}
img{
border:none;
}
.nav{
color:#70501b;
font-size:70%;
text-align:center;
}
.body{
position:relative;
width:80%;
left:10%;
text-align:justify;
//font-size:125%;
color:#4b4204;
}
.li2{
display:none;
}
.li3{
display:none;
}
.li4{
display:none;
}
.li5{
display:none;
}
.read{
color:#20a620;
//font-size:125%;
text-decoration:none;
}
.book{
color:#70651b;
}
.chHead{
color:#70651b;
}
.highlight{
display:block;
color:red;
border:3px solid gray;
text-align:center;
width:65%;
position:relative;
left:17.5%;
z-index:0;
box-shadow:10px 10px 8px #888888;
border-radius:10px;
//font-size:125%;
}
.index{
text-align:left;
}



/* for home */
.home_head{
font-size:120%;
color:#00bbff;
text-align:center;
}
.td_home{
text-align:center;
}
.div_home{
text-align:center;
position:relative;
font-size:100%;
}
.div_home:hover{
text-align:center;
position:relative;
//font-size:150%;
}
.a_home{
color:#069874;
text-align:center;
}



@media only screen and  (max-width: 760px) {
                .sidebar {display:none;}
}
