/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * this stylesheet goes with expect_more, an exploration into randomisation
 * Copyright (C) 2003-2005 Remmelt Pit, rpitATremmeltDOTcom
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * 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 General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
html {
	height: 100%;
	overflow: hidden;
}
body {
	margin: 3px;
	font-family: verdana, arial, sans-serif;
	overflow: hidden;
}
img {
	border: 0px;
	padding-top: 3px;
	padding-left: 3px;
}
div {
	font-weight: bold;
	position: absolute;
	right: 3px;
}
div#lines {
	position: static;
}
div.line {
	z-index: 0;
}
div.links {
	border: 2px solid silver;
	background: white;
	/* visibility: hidden; */ /* temp turn off */
	float: right;
	z-index: 1;
	/* bottom: 3px; */
	padding: 3px 3px 0;
}
div.links img {
	padding: 0;
}

