

/*
-----------------------------------------------
Fridge Buyback Print Styles
Author:   Anthony Cameron
----------------------------------------------- */


/* =Structure
----------------------------------------------- */
body {
  margin:.5in .75in;
  padding:0;
  font:small Verdana,Sans-serif;
  }

/* =Headings
----------------------------------------------- */
h1, h2, h3 {
  margin:1em 0 .5em;
  font-weight:normal;
  clear:both;
  }
h1 {
  font-size:180%;
  }
h2 {
  font-size:140%;
  }
h3 {
  font-size:125%;
}


/* =Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }


/* =Misc
----------------------------------------------- */
p {
  margin:0 0 .75em;
  line-height:1.3em;
  }
p, ul, table {
  font-size:85%;
  line-height:1.6em;
  }
p {
  line-height:1.8em;
  }
table p, {
  font-size:100%;
  line-height:1.6em;
  }
ul,  {
  margin-top:0;
  margin-bottom:.75em;
  }
hr {
  background:gray;
  display:block;
  border-width:0;
  height:.25pt;
  }


/* =Footer
----------------------------------------------- */
#footer {
  margin-top: 0.25in;
  border: 0.75pt solid silver;
  padding-top:.1in;
  }
#footer p {
  margin:0;
  }
