
/* Global */

html {
     color: #000000 ;
     background-color: #FFFFFF ;
     }

a:link    {color: #0000FF; }
a:visited {color: #0000FF; }
a:active  {color: #CC0000; }
a:hover   {color: #FF0000; }

.center { text-align: center; }

.title
   {
   text-align: center ;
   }

.section
   {
   text-align: center ;
   }

/* Tables */

table.table1
    {
    width: 100% ;
    /* border: thin solid ; */
    }

table.title1
    {
    color: #FFCC33 ;
    background-color: #003399 ;
    text-align: center ;
    font-family: arial,helvetica ;
    font-weight: bold ;
    width: 100% ;
    border-spacing: 0px ;
    }

td.td1
    {
    text-align: center ;
    }
