body {
  background-image: url("https://i.imgur.com/zewBs4n.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.topLeft, div.topRight, a#editLink {
  font-family: 'Courier New', sans-serif !important;
  color: white !important;
  font-weight: 900 !important;
  -webkit-text-stroke: 0.5px black;
  text-stroke: 1px black;
  text-shadow: 0 0 3px white;
}
div.boxHead, div.boxBody, div.rightHead, div#sMsg.boxButton, div#report.boxButton, 
div#add.boxButton, div#block.boxButton {
  background-color: black !important;
  color: white !important;
  border-color: #333 !important;
}

div.url.box {
  background-image: url('https://i.imgur.com/XoXx19F.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  background-color: transparent !important;

  color: white !important;

  border: 2px solid white !important;     /* full border definition */
  border-radius: 0 !important;       /* rounded corners */
  padding: 10px;
}

td.tableLeft, td.tableRight {
  background-image: url('https://i.imgur.com/ypld0EQ.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  background-color: transparent !important;

  color: white !important;

  border: 2px solid white !important;     /* full border definition */
  border-radius: 0 !important;       /* rounded corners */
  padding: 10px;
}

div.extended.box{
  background-image: url('https://i.imgur.com/XoXx19F.jpeg');
  background-size: cover;        /* or "contain" depending on effect */
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;                /* optional, for spacing */
  color: #fff;                  /* optional, for contrast */
  border: 2px solid white;
  border-radius: 0 !important;
}

div.boxInfo.box {
  background-image: url('https://i.imgur.com/XoXx19F.jpeg');
  background-size: cover;        /* or "contain" depending on effect */
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;                /* optional, for spacing */
  color: #fff;                  /* optional, for contrast */
  border: 2px solid white;
  border-radius: 0 !important;
}
div.rightHead, div.boxHead, div#sMsg.boxButton, div#report.boxButton, 
div#add.boxButton, div#block.boxButton {
  background: none !important;
  border: none !important;
  box-shadow: none !important; /* in case there's a shadow */
}

div.url.box a, h4#aboutTitle, h4#whoTitle, span.fwiendCount {
  color: #fb7202 !important; /* Change this to whatever color you want */
  text-decoration: none;     /* Optional: removes underline */
}

div.url.box a, h4#aboutTitle, h4#whoTitle, span.fwiendCount:hover {
  color: #fb7202 !important; /* Optional: color on hover */
  text-decoration: none;     /* Optional: removes underline */
}

div.box.fwiends #top b,
div.box.fwiends #viewFriends a {
  color: #fb7202 !important; /* Optional: color on hover */
  text-decoration: none;     /* Optional: removes underline */
}


td.tableLeft b  {
  color: white !important; /* Change this to whatever color you want */
  text-decoration: none;     /* Optional: removes underline */
}
