/*this stylesheet is for styling your tables*/


#table

{
font-family: "Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
width:100%;
text-align:center;
border-collapse:collapse;
}

#table td, #table th

{
font-size:1em;
border:1px solid #000000;
padding:3px 7px 2px 7px;
}

#table th

{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#ff0000
color:#ffffff;
}




