@charset "utf-8";
/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Style sheet print */
body {
	margin: 24px;
	padding: 0;
}
* {
	font-family: "times new roman", times, serif;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Verdana, sans-serif;
}
h1 {
	margin-bottom: 18px;
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #00f;
}
a[href^="http:"]:after {
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}
a[href^="mailto:"]:after {
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}

#suckerfish, #topnav, #navsub, #footer, .catmenu, .arcmenu, .mod_Banner, .pdf_link, .back, .button {
	display: none; }
