@namespace url(http://www.w3.org/1999/xhtml);
/* Templated upon:
 * http://userstyles.org/styles/797
 * http://userstyles.org/styles/1742
 */

@-moz-document domain("w3schools.com") {

 /* Destroy */
 [src^="/banners/"],
 .topad
  {
    display: none !important;
  }


 body
  {
    background-color: #222 !important;
    border-color: #000 !important;
    color: #bbb !important;
  }
 h1, h2, h3, h4, h5, h6,
 p
  {
    color: #bbb !important;
  }

 a:link,
 a:visited, 
 a.red:link,
 a.red:visited,   
 a.left:link,
 a.left:visited 
  {
    color: #A7A59A !important;
  }
 a:active,
 a:hover,   
 a.red:active,
 a.red:hover,
 a.left:hover,
 a.left:active  
  {
    color: #E8E1BD !important;
  }


 noop
  {
    background-color: #333 !important;
    color: #bbb !important;
  }

 noop
  {
    border-bottom: 1px dotted #ddd !important;
  }

 noop
  {
    border: 1px solid #000 !important;
  }


 /* cerulean bg */
 noop
  {
    background-color: #334244 !important;
  }

}