blob: 20d92fff50a81d8be9c062ab8df90b247004ef10 [file] [log] [blame]
hyatt380eca72003-11-16 21:01:25 +00001<html>
2<head>
3<style>
4body { font-family: Verdana; font-size: 200%; }
5p { font-family: Times; }
6p.family { font-family: inherit }
7</style>
8</head>
9<body>
10These two lines should both be Verdana. They should be identical.
11<p class="family">
12These two lines should both be Verdana. They should be identical.
13</p>
14</body>
15</html>