/*

-----------------------------------------------

Site Print Styles

Version:  8 may 2007

----------------------------------------------- */



body {

margin:.5in .75in;

padding:0;

font:small Verdana,Sans-serif;

}
#sec, #header, #footer {
display:none;visibility:hidden;
}



/* =Headings

----------------------------------------------- */

h1, h2, h3 {

margin:1em 0 .5em;

font-family:Georgia,Serif;

font-weight:normal;

clear:both;

}

h1 {

margin-top:.5em;

font-size:180%;

}

h2 {

font-size:140%;

}

h3 {

font-size:125%;

}

/* =Links

----------------------------------------------- */

a {

color:black;

text-decoration:none;

}

a img {

border-width:0;

}

/* =etc(text margin ....)

----------------------------------------------- */

#content a[href]:after,

#header a[href]:after,

#footer a[href]:after {

content: " (" attr(href) ") ";

font-size: 90%;

}

#content a[href^="/"]:after,

#header a[href^="/"]:after,

#footer a[href^="/"]:after {

content: " (/" attr(href) ") ";

}