1<html> 2<head> 3<style type="text/css"> 4body { 5 font-size: 10pt; 6 line-height: 1; 7 padding: 0; 8 margin: 0; 9} 10 11td#large { 12 font-size: 30pt; 13 line-height: 1; 14 width: 10pt; 15 vertical-align: top; 16 background: cyan; 17} 18</style> 19</head> 20<body> 21<table cellpadding="0" cellspacing="0"> 22<tr> 23<td id="large"> 24LARGE 25LARGE 26LARGE 27LARGE 28LARGE 29LARGE 30LARGE 31</td> 32</tr> 33</table> 34</body> 35</html> 36