Banners for Web sites and pages hosted by NCF:
  
   
  
  
  Buttons for hosted Web pages
  
   
  
  
  
  Buttons using HTML (faster)
  
  HTML for previous button
  
    <TABLE CELLPADDING="6" BGCOLOR="#FFFFFF"
    BORDER="0">
    <TR>
    <TD BGCOLOR="navy" HEIGHT="5">
    <A HREF="http://www.ncf.ca/"><FONT FACE="arial"
    COLOR="white"><B>Hosted by
    NCF</B></FONT></A>
    </TD></TR></TABLE>
  
  Another HTML "button"
  
  HTML for previous button
  
    <STYLE type="text/css">
        .whitelinks { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
        .whitelinks A:link {color: white; text-decoration: none;}
        .whitelinks A:active {color: white; text-decoration: none;}
        .whitelinks A:visited {color: white; text-decoration: none;}
        .whitelinks A:hover {color: white; text-decoration: underline;}
    </STYLE>
    <TABLE BORDER=0 BGCOLOR="#BB0000" CELLPADDING=5
        style="border-style: outset; border-width: medium; border-color: #dd0000">
    <TR>
    <TD WIDTH="100%" class=whitelinks>
    <B><A HREF="http://www.ncf.ca">Hosted by NCF</A></B>
    </TD>
    </TR>
    </TABLE>