
/*
    Hama Minecraft Online Server.
    http://cafe.naver.com/mainhama/
    
    Coded by Shirill (시릴)
    - mikang6@naver.com

*/


  caption.tablestyle
  {
     border-style:solid;
  }

  table.tablestyle
  { 
     border-collapse:collapse;
     background-color:#ffffff;
     width:500px;
     border-style:solid;
     border-color:#dfdfdf;
     border-width:1px;
  }



  tr.tablestyle
  { 
     height:35px;
  }

  td.tablestyle
  {  
     background-color:#ffffff;
     color:black;
     border-style:solid;
     border-width:1px;
     border-color:#dfdfdf;
     text-align:center;
     font-family: "돋움";
     font-size: 8pt;
  }
