Dove sbaglio ?
Con Internet Explorer si vede in un modo e con Mozilla Firefox in un altro .
Come posso raggiungere i miei obbiettivi con i Css ?

codice:
<HTML>
<HEAD>
<TITLE></TITLE>

<STYLE type="TEXT/CSS">
.testoblink {
font-family:Times New Roman;
font-size:50px;
font-weight:bold;
color:808080;
text-decoration:blink;

}

.testouniformresourcelocator {

font-family:Times New Roman;
font-size:9px;
font-weight:bold;
color:000000;
text-decoration:none;

}

</STYLE>
<STYLE type="TEXT/CSS">
.pulsante {


font-family:Times New Roman;
font-size:9px;
font-weight:bold;
color:000000;
text-decoration:none;



}

</STYLE>



</HEAD>
<BODY bgcolor="000000">
<CENTER>
<TABLE align="center" width="100%" height="100%" border="0" cellpadding="5">
<TR align="center">
<TD align="center">
<P class="testoblink"><FONT>ERROR 404</FONT></P>

<FORM name="Send_Uniform_Resource_Locator" method="POST" action="404.php">
<TABLE>
<TR>
<TD>
<DIV class="testouniformresourcelocator"><INPUT name="url" type="text" value=""></DIV>
<DIV id="pulsante"><INPUT name="Invia" type="Submit" value="SEND"></DIV>
</TD>
</TR>
</TABLE>
</FORM>

</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>