body
{
background-color : white
}

/* Format the links */
a:link 
{ 
color: #FF6600;
font-weight: bold
}

a:hover 
{ 
color: #FF0000;
font-weight: bold
}

a:visited 
{ 
color: #FF6600;
font-weight: bold
}


/* Format entire main table */
table.table
{
margin-left: auto;
margin-right: auto;
background-color : white;
width : 750px;
border-width : 0px;
border-spacing : 0px;
padding: 0px;
font-family : arial, sans-serif;
}


/* Format each cell */
td.banner
{
font-size : 20px;
text-align : right
}

td.main
{
font-size : 16px
}

td.footer
{
font-size : 12px;
text-align : center
}
