@charset "UTF-8"; 

/* --------- make it straight*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input 
{margin:0; padding:0; border:none;}



body {
font-size:100%; 
-webkit-font-smoothing: antialiased; 
text-rendering: optimizelegibility;
font-family: arial;
 }
 
 h2 {color:#006dca; text-decoration:none;}
 
 .menu {
     background-color:  #333333;
     font-weight: 400;
     font-size: 16px;
     color:white;
 } 
 .menu_on {
     background-color:  #006dca;
     font-weight: 400;
     font-size: 16px;
     color:white;
 }