
@font-face {
    font-family: 'Noto Sans';
    src: url('https://fonts.googleapis.com/css?family=Noto Sans'); 
}

.wiki-content,  
.wiki-content p,  
.wiki-content table,  
.wiki-content tr,  
.wiki-content td,  
.wiki-content th,  
.wiki-content ol,  
.wiki-content ul,  
.wiki-content li{  
 font-family: 'Noto Sans', Sans-serif;
-webkit-font-smoothing: antialiased;
}  

#header .aui-header{  
    background: #fff;  
    background: -moz-linear-gradient(top,#fff 0,#efefee 100%);  
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefee));  
    background: -webkit-linear-gradient(top,#fff 0,#efefee 100%);  
    background: -o-linear-gradient(top,#fff 0,#efefee 100%);  
    background: -ms-linear-gradient(top,#fff 0,#efefee 100%);  
    background: linear-gradient(to bottom,#fff 0,#efefee 100%);  
    border-bottom-color:#83837c;  
}  
  
.sv-sc-enablePermalinks H1,   
.sv-sc-enablePermalinks H2,  
.sv-sc-enablePermalinks H3,  
.sv-sc-enableTranslation H1,   
.sv-sc-enableTranslation H2,  
.sv-sc-enableTranslation H3,  
.sv-sc-enableVersionManagement H1,   
.sv-sc-enableVersionManagement H2,  
.sv-sc-enableVersionManagement H3 {  
color:#000000;  
}  


