@-moz-document
 url-prefix("about:") {

/* Change Background */
 html {
  background: url('http://tinyurl.com/yf77abm') top left fixed #A7C2DF !important;
  }

/* Remove Extra Background and (i) Pic */
 #errorPageContainer {
  background: none !important;
  }

/* Remove Link Underline */
 * {
  text-decoration: none !important;
  }

/* Remove Border & White Background */
 body {
  background: none !important;
  border: none !important;
  }

/* Changes with Paragraph */
 H1, H2, H3 {
  border: none !important;
  font-family: Ajile !important;
  font-size: 30px !important;
  }

 P, tt, th, td, a:link, dd {
  border: none !important;
  font-family: Albatross !important;
  font-size: 15px !important;
  margin-left: 5px !important;
  margin-bottom: 0px !important;
  opacity: 0.5 !important;
  }

 b {
  font-family: Arno Pro !important;
  }

 a:hover {
  color: navy !important;
  opacity: 0.9 !important;
  }

/* Remove Extra Images */
 img {
  display: none !important;
  }

/* Indent Lists */
 ul > li, ol > li {
  font-family: Albatross !important;
  font-size: 13px !important;
  margin-left: 30px !important;
  list-style-image: url("http://img12.imageshack.us/img12/2492/blankap.png") !important;
  opacity: 0.5;
  }

/* Change Button Font */
 #errorTryAgain {
  font-family: Ajile !important;
  padding-left: 60px !important;
  margin-top: 5px !important;
  }
}