body {
    background-color: #0066ff
}

h1{
    text-decoration: underline;
}

ol {
    background-color: #0099ff;
    margin: 30px;
     list-style-type: upper-roman;
     list-style-position: 10px;
}

   
ul {
    background-color: #00ccff;
    list-style-image: url(../Irudiak/puntuUrdina.png);
    list-style-position: -10px;
    margin:  30px;
    padding: 0px;
}

a:visited {
    color: yellow;
}

a:link {
    text-decoration: none;
    color: white;
}

