<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Table Style</title>
<style>
#browser{
width:700px;
margin:0 auto;
border-collapse:collapse;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
#browser th,td{
border:1px solid #aaa;
}
#browser thead th{
border-bottom:2px solid #3d580b;
background-color:#8fc629;
color:#fff;
padding:10px 0px;
}
#browser th{
background-color:#f2f4b9;
}
#browser th.title{
background-color:#e3e685;
}
#browser tfoot td{
border-width:0px;
text-align:rightright;
font-size:12px;
color:#777;
}
#browser caption{
font-weight:bold;
padding:6px 0px;
color:#3d580b;
font-size:25px;
}
#xhtml th.title{
background-color:#ffd56c;
}
#xhtml th{
background-color:#ffe8ae;
}
</style>
</head>
<body>
<h1>Table Style</h1>
<hr />
<table >HTTP://Rlog.Cn</td>
</tr>
</tfoot>
</table>
</body>
</html>