/* common style defenition for all browser. Must NOT contain font-sizes and families */
BODY{padding:0;margin:1;}
A:HOVER{color:#3030ff;text-decoration:underline;}
A{color:#2020c0; text-decoration:none;}

  :link { color: rgb(0, 0, 250); text-decoration: none;  }  /* для непросмотренных ссылок */
  :visited { color: rgb(128, 64, 196); text-decoration: none;  } /* для просмотренных ссылок */
  :active { color: rgb(100, 0, 102); font-family: serif; } /* когда ссылка нажата */
  :hover { color:rgb(10, 10, 196); text-decoration: underline; } /* когда указатель находится на ссылке */

