Help with html application form plz

hi i have made a form in dreamweaver and it doesnt seem to do any thing …
weird
this is my code below think ne 1 can help?

[size=1]<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
</head>[/size]
[size=1]<body bgcolor="#000000">[/size]
[size=1]<table width=“752” border=“0” cellpadding=“0” cellspacing=“0” bgcolor="#000000">
<!–DWLayoutTable–>
<tr>
<td width=“393” height=“543” valign=“top”><P> <font color="#FFFFFF">
<INPUT type=“hidden” name=“recipient” value="[/size][size=1][email protected][/size][size=1]">
<INPUT type=“hidden” name=“subject” value=“Level 2 HTML Form +”>
<INPUT type=“hidden” name=“realname” value=“Unknown”>
<INPUT type=
“hidden” name=“email” value=“Unknown”>
</font></P>
<P><font color="#FFFFFF">             
             <u><font color="#FF0000" face=“Times New Roman, Times, serif”>Contact
us </font></u></font></P>
<P><font color="#FFFFFF" face=“Times New Roman, Times, serif”>Company/Name:
</font> <font color="#FFFFFF">
<input
name=“name” type=“text” id=“name” size=“28”>
</font></P>
<P><font color="#FFFFFF" face=“Times New Roman, Times, serif”>Email:</font>
<font color="#FFFFFF">
<input
name=“Email” type=“text” id=“Email” size=“39”>
</font></P>
<P><font color="#FFFFFF" face=“Times New Roman, Times, serif”>Question/Contact:</font></P>
<P> <font color="#FFFFFF">
<textarea name=“textarea” cols=“40” rows=“5” id=“textarea”>
</textarea>
</font></P>
<P> <font color="#FFFFFF">
<INPUT name=“submit” type=“submit” value=“Send “>
<INPUT name=“reset” type=“reset”
value=“Reset Form”>
</font> </P></td>
<td width=“32”> </td>
<td width=“327” valign=“top”><P><font color=”#FFFFFF”>
<INPUT type=“hidden” name=“recipient2” value="[/size][size=1][email protected][/size][size=1]">
<INPUT type=“hidden” name=“subject2” value=“Level 2 HTML Form +”>
<INPUT type=“hidden” name=“realname2” value=“Unknown”>
<INPUT type=
“hidden” name=“email2” value=“Unknown”>
</font></P>
<P><font color="#FFFFFF">             
             <u><font color="#FF0000" face=“Times New Roman, Times, serif”>Quote</font></u></font></P>
<P><font color="#FFFFFF" face=“Times New Roman, Times, serif”>Company/Name:
</font> <font color="#FFFFFF">
<input
name=“name2” type=“text” id=“name3” size=“28”>
</font></P>
<P><font color="#FFFFFF" face=“Times New Roman, Times, serif”>Email:</font>
<font color="#FFFFFF">
<input
name=“Email2” type=“text” id=“Email2” size=“39”>
</font></P>
<P><font color="#FFFFFF" face=“Times New Roman, Times, serif”>Questions/Contact:</font></P>
<P> <font color="#FFFFFF">
<textarea name=“textarea2” cols=“45” rows=“5” id=“textarea3”>
</textarea>
</font><font color="#FFFFFF"> </font></P>
<P><font color="#FFFFFF">What Service do you require?</font> </P>
<P>
<SELECT name=
“select”>
<option>Web site</option>
<option>Flash Intro</option>
<option>Flash Game</option>
<option>Advertisement Mini Game</option>
</SELECT>
</P>
<P><font color="#FFFFFF">Description of what you would like?</font></P>
<P>
<textarea name=“Question” cols=“45” rows=“5” id=“textarea2”>Example-
Web site With Simple Navigation
on the top Flashy Buttons
5pages of information[/size]

[size=1] </textarea>
</P>
<P><font color="#FFFFFF">
<input name=“submit2” type=“submit” value="Send ">
<input name=“reset2” type=“reset”
value=“Reset Form”>
</font></P></td>
</tr>
</table>
</body>
</html>[/size]