body
{ 
background-color : rgb(255,255,160); 
}

table, td, th
{
border:1px solid green;
}

th
{
font-family: Comic Sans MS;
height:30px;
text-align:center;
background-color:rgb(156,215,14);
color:rgb(247,245,215);
}

td
{
font-family: Comic Sans MS;
text-align:left;
font-size: 12px;
text-transform: uppercase;
color: #125C12;
padding:5px;
}

