<!DOCTYPE html>
<html lang="ru" dir="LTR" title="пыщ пыщ пыщ">
<head><meta charset="utf-8">
<title>Заголовок</title>
<style type="text/css" media="screen">
p.style{
color:#CC0000;
background: #9999CC;
word-spacing: 20px;
}
.style2{
color:#66FFFF;
background: #000000;
word-spacing: 20px;
}
</style>
</head>
<body>
<p class="style">Text style</p>
<p class="style2">Text style2</p>
<table border="1">
<tr>
<td class="style2">Section style2</td>
</tr>
</table>
</body>
</html>