<link href="style1.css" rel="stylesheet" type="text/css">
<link href="style2.css" rel="stylesheet" type="text/css">
В style1, скажем, я объявляю цвет белым:
.box{
color:#fff;
}
В style2 я объявляю его черным.
.box{
color:#000;
}
Как получается style1приоритет?