<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
img,table
{ background-color:Red
}
tr.haha1
{
background-color:Yellow
}
td.haha table
{
background-color:Blue
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<table class="style1">
<tr>
<td class="style5">
</td>
<td>
</td>
</tr>
<tr class="haha1" >
<td class=haha>
<table>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td >
</td>
<td
</td>
<td class="style2">
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>