
a {
 text-decoration: none;
 border-bottom: 1px solid #FFFF00;
}
a:hover {
 text-decoration: none;
 border-bottom: 1px solid #00FF00;
}
body {
 scrollbar-3dlight-color: gray;
 scrollbar-arrow-color: fuchsia;
 scrollbar-base-color: black;
 scrollbar-darkshadow-color: gray;
 scrollbar-face-color: black;
 scrollbar-highlight-color: gray;
 scrollbar-shadow-color: gray;
 scrollbar-track-color: #202020;
}
.text {
 background: black;
 font-family: arial;
 font-size: 14;
 color: white;
 border-top: 1px solid fuchsia;
 border-left: 1px solid fuchsia;
 border-right: 1px solid purple;
 border-bottom: 1px solid purple;
}
.select {
 background: black;
 font-family: arial;
 font-size: 14;
 color: white;
}
.bttn {
 background: #009999;
 font-family: arial;
 font-size: 14;
 color: black;
 border-top: 1px solid #00FFFF;
 border-left: 1px solid #00FFFF;
 border-right: 1px solid #005555;
 border-bottom: 1px solid #005555;
 font-weight: bold;
}
.hand {
 cursor: hand;
}

/* 2025 updates */
img {
    max-width: 100%;
    height: auto;
}