a {
    text-decoration: none !important;
    color: #73756a !important;
}

a:hover {
    text-decoration: underline !important;
    color: #23527c !important;
}

body {
    margin: 2px !important;
}

ul {
    padding-left: 0;
    list-style-type: square !important;
    list-style: inside;
    color: #73756a;
}

ul > li {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    transition: background 0.2s linear 0s;
}
