<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>NZ_S_3_4</title>
<style type="text/css">
.fontsize {
font-size: 10px;
}
table {
height: 200px;
}
body {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:75%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
background: #efefef;
}
</style>
</head>
<body>
<!-- these next elements should be fine -->
<div style="background: #123abc">some background styles</div>
<!--the next elements should raise errors-->
<p class="fontsize">This text uses 10px font</p>
<p style="width: 100px">This is 100px wide</p>
<table>
<tr>
<td>blah blah blah</td>
</tr>
</table>
<font size="5">This is size 5 text</font>
</body>
</html>