h1
{
 font-size: 24pt;
 text-align: center;
}

table
{
 font-size: 12;
 text-align: justify;
 background-color: #bfefff;
 background-image: none;
 margin: 10;
 border-width: 1px;
 border-color: #003300;
 border-style: solid;
 width: 580;
}

table.borderless
{
 width: 500;
 border-style: 1px;
 cell-spacing: 0px;
 cell-padding: 0px;
}

body
{
 color: black;
 background-image: none;
 background-color: #ffffde;
 text-align: center;
 margin: 0px;
 font-family: tahoma, verdana, arial, sans-serif;
}

