html, body {
  background: #FFCC00;
  }
div.ol_corner { z-index: 3; overflow: hidden;
  position: absolute;
  top: 0; left: 0;
  height: 10px; width: 11px;
  background: url(../images/ol-orange.gif);
  }
div.or_corner { z-index: 3; overflow: hidden;
  position: absolute;
  top: 0; right: 0;
  height: 10px; width: 11px;
  background: url(../images/or-orange.gif);
  }
div.ul_corner { z-index: 3; overflow: hidden;
  position: absolute;
  bottom: 0; left: 0;
  height: 10px; width: 11px;
  background: url(../images/ul-orange.gif);
  }
div.ur_corner { z-index: 3; overflow: hidden;
  position: absolute;
  bottom: 0; right: 0;
  height: 10px; width: 11px;
  background: url(../images/ur-orange.gif);
  }
h1,h2 {
	color: #FF9900 !important;
	}
  
/* IE6 Hack begin */
* html div.or_corner { right: -1px; }
* html div.ur_corner { right: -1px; bottom: -1px; }
* html div.ul_corner { bottom: -1px; }
/* IE6 Hack end */