Là, tu met ta ligne de redirection: ( et pis met un titre...)
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
< head>
< title>page1</title>
< link rel="stylesheet" type="text/css" href="style.css">
< / head>
< body>
< / body>
< / html>
Et dans un autre fichier à côté ( .css), tu colles ça, et seulement ça:
BODY, LI, P, TABLE, DIV, FORM {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
scrollbar-face-color: #003366 ;
scrollbar-shadow-color: #006699;
scrollbar-highlight-color: #3366CC;
scrollbar-3dlight-color: #3366FF;
scrollbar-darkshadow-color: #006699;
scrollbar-track-color: #0033CC;
scrollbar-arrow-color: #6699CC;
}