

/* liens*/
p { font-size: 110% }
A:link    { color: #CC3300; text-decoration: none }    /* unvisited links */
A:visited { color: #CC3300 ;text-decoration: none}   /* visited links   */
A:hover   { color: #000000; background: wheat;text-decoration: none} /* user hovers     */
A:active  { color: #000000; background: wheat; text-decoration: none}   /* active links    */

h1 {font-family:Tahoma; font-size: 150% ;font-weight:bold}
H2 { font-size: 200%; color: red; text-align:center}
H3 {  font-size: 120%}
ul { font-size: 110%}
ul ul { font-size: 90%}

