ciao sempre qui sono

ho questo problem non riesco dare lo stile alla cella perchè?
[code]
<%
Dim id1
id1=request.querystring("id")
Dim rs
dim titolo
dim sql
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from webmarketing where anteprimadescrizione order by id DESC"
rs.open sql, dcnDB, 3, 3
%>


<%
titolo =rs("titolo")
%>

<% id1=rs("id") %>

<tr>
<td bgcolor="<%=bgcolor%>" width="425" height="13" colspan="2" id="fontsize">
<a href="schedawebmarketing.asp?id=<% response.write(id1) %>">

<%
response.write(titolo)
%></a></p>
</td> </tr>[code]

così mi funziona invece:

<td width="425" height="13" colspan="2" bgcolor="#D9ECFF" id="fontsize">Benvenuto! bls blas bla.</td>

perchè???