
/* Hide outer border, etc. */
body {
   background: white;
   font-size: 12pt;
   }
#header  {
  display:none;
}
#container {
  width: auto;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
}
#guidenav {
  display:none;
}
#guidebody {
  width:auto;
}
#footer {
  display:none;
}
/*-----------------------------------------------------*/
/* General Styles */

strong { font-weight: bold; }
h1 {
  font-size: large;
  color:black;
  text-transform: capitalize;
}
h2 {
  font-size: medium;
  color:black;
  text-transform: capitalize;
}
h3 {
  color: black;
  text-transform: capitalize;
}
/* buttons */
.printadd, .printdel {
  display:inline;
}
.greenbutton, .redbutton, .addbutton, .orangebutton, .bluebutton, .topbutton {
  display:none;
  border:none;
  width:0;
  height:0;
}
#fullpagelinks li a {
  text-decoration:none;
  color:black;
}
.continue {
  background-color: lightcoral; 
}
.imgshadow {
  float:right;
}
