html, body{
    height: 100%;
    width: 100%;
    margin: none;
    padding: none;
    background-color: black;
}

* {
   cursor: none;
}

div.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12, .d13, .d14, .d15, .d16, .d17, .d18, .d19, .d20 {
    position:fixed;
    font-size: 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    cursor: none;
    color: transparent;
    text-shadow: 0px 0px 5px #ffffff;
}

a {
    text-decoration: none;
    color: transparent;
}

a:visited {
    text-decoration: none; color: transparent;
}

a:hover {
    color: none;
    text-decoration:none;
    cursor:crosshair;
    text-shadow: 0px 0px 3px #ffffff
}
