CSS - Exemple


<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="mystyle.css" type="text/css"?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <style type="text/css">
       h4 {font: 17pt "Arial, Helvetica"; font-weight: bold}
       h2 {font: 15pt "Courier"; color: blue}
       p  {font: 12pt "Arial, Helvetica"; color: black}
       @import "style/default.css";    </style>
  </head>
  ...