@charset "utf-8";
/* CSS Document */

table, td, th
{
border:0px solid green;
}
th
{
background-color:green;
color:white;
}
