BODY 
{
   background-color : #5A2B10;
   font-family : Arial;
   color : Black;
   font-size : 12;
   margin-top : 0;
   margin-right : 0;
   margin-bottom : 0;
   margin-left : 0;
}
 
TABLE.TABLE_Splash 
{
   color : #000000;
   font-size : 12;
   background-image : url(Splash.jpg);
   background-repeat : no-repeat;
   background-position : center;
}
 
TD.TD_Content 
{
   color : #5A2B10;
   font-size : 26;
   font-style : normal;
   font-weight : bold;
   text-align : left;
   vertical-align : top;
   padding-top : 50;
   padding-left : 340;
   background-image : url(Splash.jpg);
   background-repeat : no-repeat;
   background-position : center;
}
 
A.A_Normal 
{
   color : #5A2B10;
   font-size : 26;
   font-style : normal;
   font-weight : bold;
   text-decoration : none;
   text-transform : none;
}
 
A.A_Normal:hover 
{
   color : #5A2B10;
   font-size : 26;
   font-style : italic;
   font-weight : bold;
   text-decoration : underline;
   text-transform : none;
}
 

