
body {
  background-image:url("https://skunkysevillair.neocities.org/CSS%20Elements/bunnyvsmonkeywallpaper.png");
  color: black;
  font-family: Comic_Sans_MS;
  highlight:red;
  cursor:url("https://skunkysevillair.neocities.org/CSS%20Elements/cursormouse.png");
}

#box {
  background-image:url("https://skunkysevillair.neocities.org/CSS%20Elements/bluebg.png");
  width:50em;
  padding:1em;
  bottom:8em;
  position:relative;
  border-radius:5px;
  border:4mm ridge #38d1ff;
}

#sidebar {
  background-image:url("https://skunkysevillair.neocities.org/CSS%20Elements/greenbg.png");
  border:4mm ridge #2dcc30;
  width:10em;
  left:55em;
  top:24.3em;
  position:relative;
  border-radius:5px;
}

#banner {
  position:relative;
  bottom:8em;
}


a:link, a:visited {
text-decoration:underline;
color:#000000;
}

a:active, a:hover {
text-decoration:underline;
color:#fc0303;
}

.warning {
  color:#000000;
  background-color:#fc0303;
}

.floated {
  float:left;
  margin:1em;
}

.floatedright {
  float:right;
  margin:1em;
}