/* Cascading Style Sheet, Level 1 */
/* Ajouter la commande suivante dans la section <HEAD> de votre fichier HTML */
/* <LINK rel="stylesheet" type="text/css" href="ssi.css"> */

BODY { background-image: url(../images/bggrn.gif) }

H1, H2, H3, H4, H5, H6 { font-family: verdana, helvetica, arial, sans-serif }
H1 { font-size: 24pt; color: crimson; text-align: center }
H2 { font-size: 20pt; color: indigo }
H3 { font-size: 16pt; color: darkgreen }
H4 { font-size: 14pt; color: maroon }
H5 { font-size: 12pt }
H6 { font-size: 10pt }

CODE { font-family: profont, monaco, monospace}
TT { font-family: courier, monospace }
Q { font-family: verdana, helvetica, arial, sans-serif; font-size: small }