


BODY
{
               background: #000000;
               color: #ffff99;
               font-family: "arial rounded mt bold";
}


H1                   { text-align: center; font-size: 250%; color: #ffff99; font-family: "arial rounded mt bold"; }
H2                   { text-align: center; font-size: 150%; color: #ffff99; font-family: "arial rounded mt bold"; }
H2.announce          { text-align: center; font-size: 200%; color: #965AFF; font-family: "arial rounded mt bold"; }
H3.announce          { text-align: center; font-size: 150%; color: #965AFF; font-family: "arial rounded mt bold"; }


A:link     { color: #ffff99; text-decoration: none; font-family: "arial rounded mt bold"; }
A:visited  { color: #BB93FF; text-decoration: none; font-family: "arial rounded mt bold"; }
A:hover    { color: #ff0000; font-size: 115%; text-decoration: none; font-family: "arial rounded mt bold"; }

A:link.announce     { color: #ff0000; font-size: 110%; text-decoration: none; font-family: "arial rounded mt bold"; }
A:visited.announce  { color: #BB93FF; font-size: 100%; text-decoration: none; font-family: "arial rounded mt bold"; }
A:hover.announce    { color: #ff0000; font-size: 115%; text-decoration: none; font-family: "arial rounded mt bold"; }

TABLE.one
                   {
                   font-family: "arial rounded mt bold";
                   text-align: center;
                   border-color: #ffff99;
                   table-layout: fixed;
                   border-collapse: separate;
                   border-spacing: 10px 10px;
                   border-style: inset;
                   border-width: 5px;
                   width: 55%;
                   }

TD.one                   {
                   font-family: "arial rounded mt bold";
                   text-align: center;
                   width: 33%;
                   height: 50px;
                   border-style: outset;
                   border-width: 1px;
                   border-color: #ffff99;
                   }
TABLE.two  {
                   font-family: "arial rounded mt bold";
                   font-size: 120%;
                   width: 100%;
                   border-collapse: separate;
                   border-spacing: 0;
                   border-style: none;
                   border-width: 0;
                   }

TD.two
                   {
                   font-size: 120%;
                   text-align: left;
                   border-collapse: separate;
                   border-spacing: 0;
                   border-style: none;
                   border-width: 0;
                   }

TD.three
                   {
                   font-size: 75%;
                   text-align: right;
                   vertical-align: bottom;
                   border-collapse: separate;
                   border-spacing: 0;
                   border-style: none;
                   border-width: 0;
                   }

TABLE.agendas
                   {
                   background-color: #ffff99;
                   color: #002953;
                   font-family: "arial rounded mt bold";
                   text-align: center;
                   vertical-align: middle;
                   border-color: #EFFC01;
                   table-layout: fixed;
                   border-collapse: separate;
                   border-spacing: 10px 10px;
                   border-style: outset;
                   border-width: 8px;
                   width: 75%;
                   }

TD.agendas         {
                   font-family: "arial rounded mt bold";
                   text-align: center;
                   width: 33%;
                   height: 50px;
                   border-style: inset;
                   border-width: 3px;
                   border-color: #EFFC01;
                   }
                   
TABLE.announce
                   {
                   background-color: #AAD5FF;
                   color: #004080;
                   font-family: "arial rounded mt bold";
                   text-align: left;
                   vertical-align: middle;
                   border-color: #006AD5;
                   table-layout: fixed;
                   border-collapse: separate;
                   border-spacing: 8px 8px;
                   border-style: outset;
                   border-width: 5px;
                   width: 90%;
                   }

TD.announce         {
                   font-family: "arial rounded mt bold";
                   text-align: left;
                   padding-left: 10px;
                   padding-right: 10px;
                   padding-bottom: 10px;
                   width: 100%;
                   border-style: inset;
                   border-width: 3px;
                   border-color: #006AD5;
                   }

TABLE.reader	{
                   table-layout: fixed; 
                   width: 65%; 
                   height: 50px; 
                   background: #000000;
                   }
                   
TD.reader1 		{ 
                   font-size: 75%; 
                   table-layout: fixed; 
                   text-align: left; 
                   vertical-align: middle; 
                   width: 80%;
                   background: #000000; 
                   height: 30px; 
                   }
                   		
TD.reader2 		{ 
                   font-size: 75%; 
                   table-layout: fixed; 
                   text-align: left; 
                   vertical-align: top; 
                   width: 20%; 
                   background: #000000; 
                   height: 30px; 
                   }
                  
                   
P.center   { text-align: center; }

