table.navbar1 { 
			  border:2px solid orange;
              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-color:orange ;}
   
 table.navbar1 td a:active { 
   color: white; 
   background-color: orange;}
