body {background:yellow;
      color:blue;
      text-aling:left;
      text-indent:"2pt";}
.wait {cursor: wait; }


 a:link {color:black;font-weight:bold;} 
a:visited {color:red;text-decoration: none;}/*цвет,подчерк(уброно).ссыски */
a:active {color:blue;background-color:#000000;} /* уже смотрел,фон черный */
a:hover {color:green;} /* при наводе курсора(poi-палец) */
   