<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
<head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250" />
  <title>Kaskda</title>
  <style type="text/css">
    body {
      font-family: Arial, Verdana, sans-serif;
      font-size: small;
      width: 400px;
      margin: 0 auto;      
	  padding: 15px;
    }
	p { 
	  background: silver;
	}
  </style>  
</head>
<body>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec sed lorem. Sed laoreet pede id augue. Praesent eget mauris feugiat lorem rhoncus vehicula. Curabitur laoreet ante in diam.</p>
<p style="background: white;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec sed lorem. Sed laoreet pede id augue. Praesent eget mauris feugiat lorem rhoncus vehicula. Curabitur laoreet ante in diam.</p>
</body>
</html>
