document.write('<style type="text/css">');
document.write('a.menu:link {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline;} ');
document.write('a.menu:visited {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; }');
document.write('a.menu:active  {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; }');
document.write('a.menu:hover {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; }');
document.write('.s {font-family:arial; font-weight:bold; font-size:8pt;color:green; text-decoration:underline; }');
document.write('.th {font-family:arial; font-weight:normal; font-size:8pt; }');
document.write('b {font-weight:bold; }');
document.write('</style>');


document.write('<center>'); 

document.write('<table border="0"  cellspacing="0">');
document.write('<tr>');

document.write('<td class=th>&nbsp;|&nbsp;<a href="abbreviationsport.html"><span class=s>Abreviaturas</span></a>');
document.write('&nbsp;|&nbsp;<a href="usastatesport.html" class="menu">Estados dos EUA</a>');
document.write('&nbsp;|&nbsp;<a href="usamapport.html" class="menu">Mapa dos EUA</a>');
document.write('&nbsp;|&nbsp;<a href="brstatesport.html" class="menu">Estados do Brasil</a>')
document.write('&nbsp;|&nbsp;<a href="brmapport.html" class="menu">Mapa do Brasil</a>');
document.write('&nbsp;|&nbsp;<a href="countryabbreviationsport.html" class="menu">Códigos de Píses</a>')
document.write('&nbsp;|&nbsp;<a href="currencyabbreviationsport.html" class="menu">Câmbio</a>&nbsp;|&nbsp;');
document.write('</td>');
document.write('</tr>'); 
document.write('</table>'); 
document.write('</center>'); 

