Listing 9.2. Style CSS ćwiczenia 9.1
<head>
  ...
  <style type="text/css">
  p {
      font-family: Georgia, serif;
      font-size: 200%;
      font-style: italic;
      font-weight: bold;
  }
  </style>
</head>