<html>
<head>

<style type="text/css">
body 
{
background-image:
url('http://images.stockxpert.com/pic/m/a/ar/artzone/1017901_28192116.jpg')
}
</style>

</head>

<body>
</body>

</html>

<html>

<head>
<style type="text/css">
h1 {color: #000000}
h2 {color: #000000}
p {color: #000000}
</style>
</head>

<body>
<h1>müstika</h1>
<h2>nii ongi</h2>
<p>siia käib jutt</p>
</body>

</html>

<html>
<head>
<style type="text/css">
p.small {line-height: 90%}
p.big {line-height: 200%}
</style>
</head>

<body>
<p>
tekst tekst
</p>

<p class="small">
veel

</p>

<html>
<head>
<style type="text/css">
h1 {text-align: left}
h2 {text-align: left}
h3 {text-align: center}
</style>
</head>

<body>
<h1>müstika</h1>
<h2>nii ongi</h2>
<h3>siia käib jutt</h3>
</body>

</html>



<p class="big">
siin ka
</p>

</body>
</html>

