td#navbar-cell { /* Table cell containing left-hand navigation bar (all pages). */
	display: none;
}

td#sidebar-cell { /* Table cell containing right-hand sidebar on a content page. */
	display: none;
}

body {
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
	background: #ffffff;
	margin: 1in;
}

h1, h2 {
        margin-left: 0em;
        text-indent: 0em;
}

p {
        margin: 0em;
	text-indent: 2em;
	line-height: 15pt;
}

p.content-date {
        margin-left: 0em;
        margin-bottom: 2em;
        text-indent: 0em;
}

/* Following link styles stolen (with slight modifications)
 *   from http://www.alistapart.com/articles/goingtoprint/
 *   Leave link colors as specified in main stylesheet.
 */

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Following will work only in CSS2-conformant browsers; in such browsers,
 *   will insert URL of link in parens after link text.  Applies only to
 *   main content div on content pages (#content); could be changed to
 *   apply also to content-toc div on contents pages.
 */

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Following will work only in browsers that support the CSS3 draft,
 *   and validators will report it as an error.  Transforms root-
 *   relative links into absolute ones in the printed text.
 */

#content a[href^="/"]:after {
	content: " (http://www.strangehorizons.com" attr(href) ") ";
}

/* Following works only in CSS2 browsers. */

@page {
 	size: auto;   /* Uses default printer value? */
 	/* margin: 72pt; */
}
