<!-- 
document.writeln('<table border="0" cellpadding="2" bgcolor="#FFFFFF">');
document.writeln('  <tr>');
document.writeln('    <td><img src="http://www.web-source.net/graphics/wdt_logo.gif" width="150"');
document.writeln('	  height="100" border="0" align="Left" /><font face="Verdana,Helvetica" size="2">Courtesy');
document.writeln('      of <a href="http://www.webdesignmastery.com?syn" target="blank">Web Design');
document.writeln('      Mastery</a><b><br />');
document.writeln('      <br />');
document.writeln('      </b></font><font face="Verdana,Helvetica" size="2"><b>Using Cascading Style');
document.writeln('      Sheets (CSS) to Specify Your Fonts</b><br />');
document.writeln('      <br />');
document.writeln('      The FONT tag is used to display your text in a specific style. Using fonts');
document.writeln('      within a table requires you to add the FONT tag to each individual cell.');
document.writeln('      This technique will cause your page to be larger than necessary.<br />');
document.writeln('      <br />');
document.writeln('      By using Cascading Style Sheets, you can not only save yourself a lot of');
document.writeln('      time, but keep your page size down.<br />');
document.writeln('      <br />');
document.writeln('      Place the following code between the &lt;HEAD&gt; and &lt;/HEAD&gt; tags');
document.writeln('      of your HTML page.<br />');
document.writeln('      <br />');
document.writeln('      </font>');
document.writeln('      <table border="0" cellspacing="0" cellpadding="2" align="Center" width="100%">');
document.writeln('	<tr>');
document.writeln('	  <td bgcolor="#EAE8E8"><font face="Verdana,Helvetica" size="2">&lt;STYLE');
document.writeln('	    TYPE="text/css"&gt;<br />');
document.writeln('	    &lt;!--<br />');
document.writeln('	    TD{font-family: Verdana; font-size: 12pt}<br />');
document.writeln('	    --&gt;<br />');
document.writeln('	    &lt;/STYLE&gt;</font></td>');
document.writeln('	</tr>');
document.writeln('      </table>');
document.writeln('      <p>');
document.writeln('      <font face="Verdana,Helvetica" size="2">By using this style sheet, all the');
document.writeln('      text displayed in your table will be displayed in your specified font and');
document.writeln('      size.<br />');
document.writeln('      <br />');
document.writeln('      Copyright &copy; Shelley Lowery<b><br />');
document.writeln('      <br />');
document.writeln('      About the Author:</b><br />');
document.writeln('      <br />');
document.writeln('      </font>');
document.writeln('      </p><table border="0" cellspacing="0" cellpadding="0" width="100%">');
document.writeln('	<tr>');
document.writeln('	  <td bgcolor="#DDDDDD"><font face="Verdana,Helvetica" size="2">Shelley Lowery');
document.writeln('	    is a successful well-known Internet Marketer and owner of several successful');
document.writeln('	    sites, including');
document.writeln('	    <a href="http://www.web-source.net/?syn" target="blank">www.Web-Source.net</a>.');
document.writeln('	    </font><font color="Blue"><font face="Verdana,Helvetica" size="2"><b><br />');
document.writeln('	    <br />');
document.writeln('	    Would you like to learn how to design a web');
document.writeln('	    site?</b></font></font><font face="Verdana,Helvetica" size="2"><br />');
document.writeln('	    <br />');
document.writeln('	    Learn at your own pace with 100\'s of copy and paste codes, screen shots and');
document.writeln('	    examples. Get your web site up fast with over 100 professionally designed');
document.writeln('	    web site templates. Visit the');
document.writeln('	    <a href="http://www.WebDesignMastery.com" target="blank">Web Design Mastery</a>');
document.writeln('	    site to download your free chapters (77 pages)!</font></td>');
document.writeln('	</tr>');
document.writeln('      </table>');
document.writeln('      <p align=Center>');
document.writeln('      </p><center>');
document.writeln('	<table border="0" cellspacing="6" cellpadding="2" align="Center">');
document.writeln('	  <tr>');
document.writeln('	    <td><p align=Center>');
document.writeln('	      <font face="Verdana,Helvetica"><b><a href="http://www.web-source.net/?syndicator"');
document.writeln('		  target="blank">Content Provided By</a></b></font><b>:</b><br />');
document.writeln('	      <a href="http://www.web-source.net/?syndicator" target="blank"><img src="http://www.web-source.net/graphics/ws_syn.gif"');
document.writeln('		  border="0" width="153" height="72" /></a><br />');
document.writeln('	    </p></td>');
document.writeln('	  </tr>');
document.writeln('	</table>');
document.writeln('      </center>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('</table>');
// -->
