/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 19 2023 | 14:43:59 */
.link_pkgr:link {
    color: #bbbbbb;
    background-color: transparent;
    text-decoration: none;
}

.link_pkgr:visited {
    color: #bbbbbb;
    background-color: transparent;
    text-decoration: none;
}

.link_pkgr:hover {
    color: #03C4EB;
    background-color: transparent;
    text-decoration: none;
}
.link_pkgr:active {
    color: #bbbbbb;
    background-color: transparent;
    text-decoration: none;
}
