body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #000;
text-align: left;
letter-spacing: 0.02em;
line-height: 1.1em;
background: #fff;
}

img {
border: 0;
}

.accessStyle, #supplementaryContent, #globalNav, #checkoutProcess, .optionHeader, .infoAfterHeader {
display: none;
}

a {
font-weight: bold;
color: #000;
text-decoration: underline;
}

/* write link destination after link: */
a:after {
content: " (" attr(href) ") ";
font-size: 0.8em;
}

/* if the links are relative, then add the domain: */
a[href^="/"]:after {
content: " (http://www.tigertiger.info" attr(href) ") ";
}

.noPrintLink:after {
content: "" !important;
}

h1, h2, h3 {
font-size: 1.4em;
line-height: 1.3em;
}

table {
width: 100%;
border: 1px solid #000;
}

th {
width: 33%;
}