<html>
<head>
<title>WorkForce One Signature
</title>
<style type="" text/css"" media="" screen""> a {font-family:Arial, san-serif;cursor: auto;} a:link {text-decoration:none; color: black;} a:visited {text-decoration:none; color: black;} a:hover {text-decoration: none; color: #ff9900; font-weight:bold;} a:active {color: #ff0000;text-decoration: none;} body {font-family:Arial; color:#000000; }
</style>
</head>
<body>
<table cellspacing="" 0"" cellpadding="" 1"">
<tr>
<td valign="" top"" align="" left"">
<p>
<a href="" http://www.wf1broward.com/"">
<img src="" WF1Logo.bmp"" border="" 0"" height="" 79"" width="" 235"" hspace="" 12"" align="" left""/>
</a>
</p>
</td>
<td width="" 600"" style="" font-size:x-small; color:#000000;"">
<p>
<span style="" color:#006d75; font-weight:bold;"">{0}
</span>
<br>{1}
<br>
<span style="" color:#8c004c;"">{2}
</span>
</p>
<p>{3}
<br>{4}
<br>{5}
</p>
<p>
<a href="" mailto:{6}"" style="" text-decoration:none"">
<span style="" color:#8c004c; font-weight:bold;"">{6}
</span>
</a>
<br>
<a href="" {7}"">{7}
</a>
</p>
</td>
</tr>
</table>
<br/>
<span style="" color:#bbbbbb; font-size:xx-small;"">This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law.
<br>
</span>
</body>
</html>
The completed file written out may look like this:
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org">
<title>WorkForce One Signature</title>
<style type="text/css" media="screen">
a {font-family:Arial, san-serif;cursor: auto;} a:link {text-decoration:none; color: black;} a:visited {text-decoration:none; color: black;} a:hover {text-decoration: none; color: #ff9900; font-weight:bold;} a:active {color: #ff0000;text-decoration: none;} body {font-family:Arial; color:#000000; }
</style>
</head>
<body>
<table cellspacing="0" cellpadding="1">
<tr>
<td valign="top" align="left">
<p><a href="http://www.wf1broward.com/"><img src="WF1Logo.bmp" border="0"
height="79" width="235" hspace="12" align="left"></a></p>
</td>
<td width="600" style="font-size:x-small; color:#000000;">
<p><span style="color:#006d75; font-weight:bold;">Dave Megnin</span><br>
Systems Analyst / Programmer<br>
<span style="color:#8c004c;">(954) 202-3830 Ext. 3030</span></p>
<p>6301 NW 5th Way, Suite 3000<br>
Fort Lauderdale, FL 33309<br>
Fax: (954) 202-3620</p>
<p><a href="mailto:[email protected]" style=
"text-decoration:none"><span style=
"color:#8c004c; font-weight:bold;">[email protected]</span></a><br>
<a href="www.wf1broward.com">www.wf1broward.com</a></p>
</td>
</tr>
</table><br>
<span style="color:#bbbbbb; font-size:xx-small;">This message is intended only for the
use of the individual or entity to which it is addressed and may contain information
that is privileged, confidential and exempt from disclosure under applicable
law.<br></span>
</body>
</html>
|