table.navbar1 { 
			  border:3px double silver;
              width:100%;
			  font-size: 16px;
			  margin-bottom:5px;
			  font-size:12px;
              text-align:center;
                      }

table.navbar1 td { 
    font-family: helvetica,arial;
	height:16px;
	font-weight:bold;
	text-align:center;
           } 

table.navbar1 td a { 
   display: block; 
   padding: 10px;
   text-decoration: none; 
        } 
table.navbar1 td a:link { 
   color: blue; 
   background-color: white; 
   text-align: center;
         }  

table.navbar1 td a:visited { 
   color: blue; 
   background-color:white ; 
   text-align: center;
         } 
table.navbar1 td a:hover { 
   color: white; 
    background-image: url('http://www.findenglishteacher.com/fade.jpg');
   background-repeat:repeat-x;}
   
 table.navbar1 td a:active { 
   color: white; 
    background-image: url('http://www.findenglishteacher.com/fade.jpg');
   background-repeat:repeat-x;}

