   body, html, textarea {
      cursor: url("https://pwnedby1400.neocities.org/images/Normal-Select.png"), crosshair;
    }
    a {
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
    }
    a:hover {
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
    }
    .help-cursor {
      cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
    }
    .interactive {
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
    }

    /* Main Styles */
    body {
      font: normal 8pt/normal 'Comic Sans MS', Verdana, sans-serif;
      margin: 0;
      text-transform: none;
      text-decoration: none;
      background-color: #f0f0f0;
    }

    #Container {
      width: 900px;
      margin: 0 auto;
    }

    /* Header Styles */
    #Header {
      margin: 0 auto;
      color: White;
      font: normal 12px/normal Verdana, sans-serif;
      font-weight: bold;
      width: 900px;
      text-align: center;
    }

    #Banner {
      background-image: url(https://pwnedby1400.neocities.org/images/profile-2008/header-background.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      border: solid 1px #000;
      height: 72px;
      text-align: center;
    }

    #Header .Navigation {
      clear: both;
      background-color: #6e99c9;
      border: solid 1px #000;
      border-top: none;
      color: #fff;
      font-family: 'Comic Sans MS', Verdana, sans-serif;
      font-size: 12pt;
      font-weight: normal;
      line-height: 2em;
      text-decoration: none;
      margin-top: 0;
      text-align: center;
      padding: 0;
    }

    #Banner #Options {
      float: left;
      height: 72px;
      position: relative;
      width: 287px;
    }

    #Banner #Logo {
      float: left;
      margin: 7px 0;
      text-align: center;
      width: 293px;
    }

    .MenuItem {
      color: White;
      font-size: 13pt; 
      line-height: 2em;
      text-decoration: none;
    }

    .Separator {
      color: white;
    }

    /* Body Styles */
    #Body {
      margin: 10px auto;
      width: 900px;
    }

    #UserContainer {
      font-family: Verdana, Sans-Serif;
      margin: 0 auto;
    }

    #UserContainer #LeftBank {
      float: left;
      text-align: center;
      width: 444px;
    }

    #ProfilePane {
      border: solid 1px #000;
      background-color: white;
    }

    #UserContainer #RightBank {
      float: right;
      text-align: center;
      width: 444px;
    }

    /* Game Showcase Styles */
    #UserPlaces {
      border: solid 1px #000;
      background-color: white;
    }

    #UserPlaces h4 {
      background-color: #6e99c9;
      color: white;
      font-family: Verdana,Sans-Serif;
      margin: 0;
      padding: 5px;
      border-bottom: 1px solid #000;
      font-weight: normal; 
      font-size: 12pt; 
      letter-spacing: .1em;
      line-height: 10px;
    }

    .AccordionHeader {
      background-color: white; 
      color: red;
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
      font-weight: normal;
      font-size: 10pt;
      padding: 5px;
      border-bottom: 1px solid #ddd;
      transition: background-color 0.2s;
    }

    .AccordionHeader:hover {
      background-color: #f0f0f0;
    }

    .Place {
      display: none;
      padding: 10px;
    }

    .Place.active {
      display: block;
    }

    .Thumbnail img {
      width: 420px;
      height: 230px;
      object-fit: cover;
      border: 1px solid #000;
    }

    /* Interactive Elements */
    .ReportAbusePanel {
      margin-top: 5px;
    }

    .AbuseButton a {
      color: #0066cc;
      text-decoration: none;
    }

    .AbuseButton a:hover, .AbuseButton a:active {
      display: none; /* Hide on hover/click */
    }

    /* Buttons */
    .PlayOptions input[type="submit"] {
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
      background-color: #fff;
      border: solid 1px #333;
      color: #333;
      font-family: Verdana,Sans-Serif;
      font-size: .9em;
      padding: 3px 10px;
      text-decoration: none;
      margin: 5px 0;
    }

    .PlayOptions input[type="submit"]:hover {
      background-color: #f0f0f0;
    }

    /* Friends Section */
    #FriendsPane {
      clear: right;
      margin: 10px 0 0 0;
      border: solid 1px #000;
      background-color: white;
    }

    /* Footer */
    #Footer {
      font: normal 8px/normal Verdana, sans-serif;
      margin-top: 10px;
      width: 900px;
      text-align: center;
      clear: both;
    }

    .Legalese {
      font-size: 7pt;
      margin: 0;
    }

/* Image replacements */
#Logo img, 
#ProfilePane img, 
.Thumbnail img, 
.Friend .Avatar img,
.AbuseIcon img {
  max-width: 100%;
  height: auto;
}