a:link    { color:teal ; text-decoration:none }
a:visited { color:red ; text-decoration:none }
a:hover   { color:maroon ; text-decoration:blink }
a:active  { color:purple ; text-decoration:none }
p.two { 
      font-size:small;
      font-weight:lighter ;
      line-height:8px ;
      margin:8px ;
      margin-left:0 ;
      text-indent:0px ; 
      white-space:nowrap ;
     }
p.three { 
      font-size:x-small ;
      font-weight:lighter ;
      line-height:8px ;
      margin:8px ;
      margin-left:0 ;
      text-indent:0px ; 
      white-space:nowrap ;
     }
p.four { 
      font-size:x-small ;
      font-weight:lighter ;
      line-height:8px ;
      margin:8px ;
      text-indent:10px ; 
      white-space:nowrap ;
     }
p.five { 
      font-size:xx-small ;
      font-weight:lighter ;
      line-height:6px ;
      margin:6px ;
      text-indent:20px ; 
      white-space:nowrap ;
     }
p.six { 
      font-size:xx-small;
      font-weight:lighter ;
      line-height:5px ;
      margin:6px ;
      text-indent:30px ; 
      white-space:nowrap ;
     }
 
