/* 文字サイズ

xx-small < x-small < small < medium < large < x-large < xx-large 

*/

BODY{
  font-size : x-small;
  font-weight : normal;
  line-height : normal;
  text-align : left;
}

h1{
    font-size:x-large;
}

h2{
    font-size :medium;
}

h3{
    font-size :x-small;
}

h4{
    font-size:x-small;
}

h5{
    font-size:x-small;
}


table{
   font-size : x-small;
}

