body {
    _background-color:beige !important;
    background-color: #81d7e2;
    background-image: url(../img/pozadina1.png);
    background-size:300px;
    background-repeat:repeat;
    background-attachment:fixed;
    background-position: top;
}
p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-style:italic;
    font-weight: bold;
    color: red;
    text-align: left;
    text-decoration:underline;
    text-transform:capitalize;
    text-indent: 50px;
    letter-spacing: 3px;
    word-spacing: 10px;
    line-height: 1.4;
}
#main-heading {
    color: blueviolet;
    font-size: 50px;
}
.brown {
    color: rgb(42, 165, 69);
}
.text {
    font-size: 20px;
}
 
div p a {
   font-size: 22px; 
}
 
div .brown a {
    font-size: 30px;
 
}
 
div p.brown a {
    color: rgb(226, 43, 217);
}
 
h1, h2, h3, h4, h5, h6 {
    color: orange;
}
a:link{
    color: green;
}
ul{

    list-style-type: square;
}
ol{
    list-style-type: lower-roman;
    background-color: rgb(214, 226, 43);
    list-style-position: outside;
}
ol li{
    background-color: blue;
}
ol li:nth-child(odd){
    background-color: aquamarine;
}