002.html   [plain text]


<html>
<head>
<style>
body { font-family: Verdana; font-size: 200%; }
p { font-family: Times; }
p.family { font-family: inherit }
</style>
</head>
<body>
These two lines should both be Verdana.  They should be identical.
<p class="family">
These two lines should both be Verdana.  They should be identical.
</p>
</body>
</html>