body{
    cursor: url(DataSciencia__icon.ico), auto;
    background-color: black;
    color: white;
}

legend{
    font-style: italic;
    border: 2px solid palevioletred;
    padding: 2px;
}

#id__logo img{
    margin: auto;
    display: block;
}

#id__a_download_datasciencia_sourceforge{
    width: 100%;
    text-align: center;
}

#id__a_download_datasciencia_sourceforge a{
    text-decoration: none;
    border: 2px solid greenyellow;
    border-radius: 26px;
    background-color: yellowgreen;
    padding: 6px;
    color: black;
}

#id__a_download_datasciencia_sourceforge a:hover{
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 2px solid yellowgreen;
    border-radius: 26px;
    background-color: greenyellow;
    padding: 6px;
    color: black;
    
}

.div__datascience_external_resources{
    text-align: center;
}

.div__datascience_external_resources small{
    text-align: justify !important;
    color: grey;
}

.img__ds_ext_rs__rec{
    border: 2px dotted blue;
    padding: 6px;
    width: 100px;
    height: 50px;
}

.img__ds_ext_rs__sq{
    border: 2px dotted blue;
    padding: 6px;
    width: 50px;
    height: 50px;
}