#furnix {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /*padding: 15px; /* creates some space around the widget */
}

#furnix table {
  background-color: #708090; /* makes the background pure white */
  margin: 0 auto; /* centers the widget */
}

#furnix .webring-prev {
  text-align: center;
  background-image: url(/media/gifs/blank.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 31px;
}

#furnix .webring-info {
   text-align:center;
}

#furnix .webring-next {
  text-align: center;
  background-image: url(/media/gifs/blank.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 31px;
}

#furnix .webring-links {
  font-size:small;
}

#furnix .webring-next a:link, #furnix .webring-prev a:link {
  color: black;
}

#furnix .webring-next a:visited, #furnix .webring-prev a:visited {
color: purple;
}

#furnix .webring-next a:active, #furnix .webring-prev a:active {
color: black;
}

#foxboy{
    margin: 0 auto;
    margin-top: 5px;
    padding: 15px; /* creates some space around the widget */ 
    background-color: #708090;
    margin: 0 auto; /* centers the widget */
    text-align: center;
    width: fit-content;
}

#skaring {
    margin: 0 auto;
    margin-top: 5px;
    background-image: url(/media/gifs/checkerboard.gif);
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, 1px -1px 0 #000;*/
}

#skaring a:link {
    color: white;
}

#skaring a:visited {
    color: #ff2ff5;
}

#skaring a:active {
    color: white;
}

#ww-stamp{
    width: 99px;
    height: 56px;
}

#webmasteringbtn{


    width: 31px;
    height: 88px;
    font-size: 2rem;
}

#webmasteringbtn img{
    width:88px;
    height:31px;
}

#webmasteringbtn a{
    color: #2da5d8;
    text-decoration: none;
}

#webmasteringbtn a:hover{
    color: #fa8c8c;
    text-decoration: none;
}


#aperturewebring {
  margin: 0 auto;
   /*padding: 15px; creates some space around the widget */
}

#aperturewebring table {
  background: RGB(000,000,000,000); /* makes the background pure white */
  margin: 0 auto; /* centers the widget */
}

#aperturewebring table tr td {
  padding: 5px; /* creates some space between the links and text inside the widget */
}

#aperturewebring .webring-prev {
  text-align:right;
}

#aperturewebring .webring-info {
   text-align:center;
}

#aperturewebring .webring-next {
  text-align:left;
}

#aperturewebring .webring-links {
  font-size:small;
}

#aperturewebring a{
  text-decoration: none;
}