 img
     {                     /* border style for all images */
     border: 0;
     }

  h1
     {  
     font-family:'Times New Roman', Times, serif;
     font-size:18pt;
     color:#000000;
     text-align:center;
     font-weight : bolder;
     }
  

/* ##### CSS for Plugins Tabel ##### */ 


  TABLE.MYTABLE
  { 
     font-family:'Times New Roman', Times, serif;
     font-size:12pt;
     background-color:#800080;
     width:760px;
     border-style:groove;
     border-color:#000000;
     border-width:2px;
     margin-left: auto;
     margin-right: auto;
  }


  TH.HEADER
  {
     font-family:'Times New Roman', Times, serif;
     font-size:14pt;
     color:#BFFF00;
     border-style:groove;
     border-color:#000000;
     border-width:3px;
  }

  TR.MYTABLE
  { 
     height:30px;
  }

  TD.ICON
  {  
     background-color:#F4A460;
     border-style:solid;
     border-width:2px;
     text-align:center;
  }
  
  TD.ITEM
  {  
     font-family:'Times New Roman', Times, serif;
     font-size:14pt;
     background-color:#F4A460;
     color:#000000;
     border-style:solid;
     border-width:2px;
     text-align:center;
     font-weight : bolder;
  }
  
  TD.INFO
  {  
     font-family:'Times New Roman', Times, serif;
     font-size:12pt;
     background-color:#F4A460;
     color:#000000;
     border-style:solid;
     border-width:2px;
     text-align:left;
     font-weight : bolder;
  }
