a
{ 
    font-family: 'Arial';
    font-size: 22px;
    color: black;
    text-decoration: none;
}

a:hover
{   
    border-width: 0 0 3 0px;
    border-style: solid;
    border-color: red;
    padding: 0px;
}

a:visited
{   
    font-family: 'Arial';
    font-size: 22px;
    color: green;
    text-decoration: none;
}

hr
{ 
    width: 50%;
    color: maroon;
    text-align: center;
}

.skop
{ 
    border-width: 0 0 1 0px;
    border-style: solid;
    border-color: maroon;
    padding: 6px;
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 28px;
    color: maroon;
    text-align: center;
    text-indent: 0px; 
}