
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('</style>');


document.write('<center>'); 

document.write('<table border=0 width=100% cellspacing=0>'); 

document.write('<tr>'); 

document.write('<th align=center>|&nbsp;<a href="index.html" target="_top"><span class="s">Religion Main</span></a>');
document.write('&nbsp;|&nbsp;<a href="religion1.html" target="_top">Why I believe in Jesus</a>');
document.write('&nbsp;|&nbsp;<a href="religion2.html" class="menu" target="_top">Psalms</a>');
document.write('&nbsp;|&nbsp;<a href="religion3.html" class="menu" target="_top">Catholic Links</a>');
document.write('&nbsp;|&nbsp;<a href="religion4.html" class="menu" target="_top">Testimony</a>');
document.write('&nbsp;|&nbsp;<a href="religion5.html" class="menu" target="_top">Preyers</a>');
document.write('&nbsp;|&nbsp;<a href="religion6.html" class="menu" target="_top">The Rosary]</a>');
document.write('&nbsp;|&nbsp;<a href="religion7.html" class="menu" target="_top">I, Jesus and HP48</a>');
document.write('&nbsp;|&nbsp;<a href="religion8.html" class="menu" target="_top">My Church</a>&nbsp;|&nbsp;');
document.write('</th>'); 
document.write('</tr>'); 
document.write('</table>'); 
document.write('</center>'); 
