/*
 * Johnny's Web mk.5 - Print output
 * Layout & deisgn © 2004-06 Johnny
 * e-mail: examiner@seznam.cz
 * www.johnnysweb.net
 *
 * This layout and cascading style is part of presentation
 * located at www.johnnysweb.net
 */

/*
 * BODY tags
 */

body {
	font-family: "Times New Roman", Times, serif;
}

form {
	display: none;
}

/*
 * Page elements
 */

#hl {
	display: none;
}

#menu {
	display: none;
}

#stats {
	display: none;
}

#navigation {
	display: none;
}

#content {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px;
}

/*
 * Modificator classes
 */


.hide {
	display: none;
}

.usermsg {
	border: 1px dotted Black;
}

