body{
 font-family: arial, helvetica, sans-serif;
 font-size:11;
 color:#333333;
 cursor:default;
}

.tab{
 font-size:11px;
 color:#000;
}
.tabs{
 font-size:10px;
 color:#000;
}
.menu{
 font-size:11px;
 color:#666;
 font-weight:bold;
 cursor:pointer;
}

.title{
 font-size:16px;
 color:#3B7EC3;
 font-weight:bold;
}

p,ul,ol{
 font-size:12px;
 text-align:justify;
}

a{
 color:#0062A6;
 text-decoration:none;
}
a:hover{
 text-decoration:underline;
}

