body{
font-family:Arial;
}

.boja{
color:rgb(255, 0, 0);
}

.internal{
color:rgb(196, 224, 95);
}

.external{
color:rgb(60, 0, 128);
}

.selektor{
color:rgb(0, 217, 255);
}

#jedan{
color:rgb(255, 0, 221);
}

.klasa{
background:lightgray;
}

div p{
color:rgb(229, 255, 0);
}

a:hover{
color:red;
}

.lista{
list-style-type:square;
}

.float{
float:left;
width:100px;
height:50px;
background:lightblue;
}

.clear{
clear:both;
background:rgb(0, 255, 221);
}

.box{
width:100px;
padding:20px;
border:5px solid black;
margin:20px;
background:lightgreen;
}

.overflow{
width:150px;
height:40px;
border:1px solid black;
overflow:auto;
}

.hidden{
visibility:hidden;
}

.none{
display:none;
}

.prioritet{
color:rgb(58, 58, 110) !important;
}

.margin{
margin:20px;
background:rgb(145, 71, 71);
}

.padding{
padding:20px;
background:rgb(19, 95, 95);
}

.sizing{
box-sizing:border-box;
width:200px;
padding:20px;
border:10px solid black;
background:lightgray;
}