font               { font-family : arial, sans-serif;
                       }
font.l              {font-family : arial; sans-serif;
                        font : 10pt;
                        font-weight : bold;
                        }
font.h              {font-family : arial; sans-serif;
                        font : 14pt;
                        font-weight : bold;
                        color : red;
                        }
h1, h2, h3      { font-weight : bold;
                       color : red; 
                        text-align : center; 
                        }
h4, h5, h6       { font-weight : bold;
                          text-align : center;
                          }


hr                     { color ; red; size : 12 px; width : 50%;
                         }

a                      {color : blue;
                          font-weight : bold;
                          
                          }

a:nav:link         {color : blue;
                           }

a:nav:visited   {color : green;
                          }

a:nav:hover      {color : violet;
                           
                           }