BODY { 
background-image: url(rlbg2.gif);
background-repeat:repeat;
}


HR { color:navy ; }



A:link {
		text-shadow:02.em 02.em;
		font-weight:bold;
		text-decoration:none;
		color:blue;
	 }
A:visited {
		text-decoration:none;
		font-weight:bold;
		color:purple;
          }
A:active {
		text-decoration:none;
		font-weight:bold;
		color:red;
          }
A:hover { 
		text-decoration:none;
		font-weight:bold;
		color:red;
          }


A.myMenu:hover { 
         text-decoration:underline;         
         }

TD.Info { background: navy ;
          color:white;
        }

        
TD.secondBody { background: #FFFFE0 ;
                text-align:left; 
        } 

TD.mainText { background: #E0E0FF ; 
                text-align:left;
        } 

