
document.write('<STYLE TYPE="text/css">');
document.write('.footer { ');
document.write('	font-family:  Arial, sans-serif;');
document.write('	font-size: 10pt;');
document.write('	text-decoration: none;');
document.write('	color: #000000;');
document.write('}  ');


document.write('   test   ');



document.write('.footerlink {');
document.write('	font-family : Arial, sans-serif ;');
document.write('	font-size : 10pt;');
document.write('	text-decoration: underline;');
document.write('	color: #ffffff;');
document.write('}  ');


document.write('a.footerlink {');
document.write('	font-family : Arial, sans-serif ;');
document.write('	font-size : 10pt;');
document.write('	text-decoration: underline;');
document.write('	color: #ffffff;');
document.write('}  ');

document.write('a.footerlink:hover {');
document.write('	text-decoration: underline;');
document.write('	font-family: Arial, sans-serif;');
document.write('	font-size: 10pt;');
document.write('	color: #000000;');
document.write('	background: #ffffff');
document.write('} ');




document.write('</STYLE>');





document.write('<table width=740 height=28 cellpadding=0 cellspacing=0 border=0><tr><td bgcolor=01A719 background=http://www.fbcwilliams.org/green_bg.gif align=center><font size=3 color=ffffff><a href="http://www.fbcwilliams.org/media/" class=headerlink>Online Media</a> &nbsp;|&nbsp; <a href="http://www.fbcwilliams.org/directions.html" class=footerlink>Directions</a> &nbsp;|&nbsp; <a href="http://www.fbcwilliams.org/prayer_resources.html" class=footerlink>Prayer Resources</a>  &nbsp;|&nbsp; <a href="http://www.fbcwilliams.org/links.html" class=footerlink>Links</a> &nbsp;|&nbsp; <a href="http://www.fbcwilliams.org/contactus.html" class=footerlink>Contact Us</a></td></tr></table>');




document.write('</table>');
document.close();
