/*
 * labyrinth.css, 2009-07-01
 * for Fukapon on the web
 */

@import "labyrinthext.css";

BODY {
	background: white;
	color: black;
	font-family: sans-serif;
	font-weight: normal;
	margin-top: 0.5em;
	margin-right: 1.0em;
	margin-bottom: 0.5em;
	margin-left: 1.0em;
}

H1 {
	background: white;
	color: black;
	font-family: "Courier New", "Courier", monospace;
	font-weight: bold;
	font-size: x-large;
	font-weight: bolder;
	text-decoration: underline;
	margin-top: 0.8em;
}

H2 {
	background: white;
	color: black;
	font-family: "Courier New", "Courier", monospace;
	font-size: large;
	font-weight: bold;
	margin-top: 1.1em;
	text-decoration: underline;
}

TT {
	font-style: monospace;
}

.copyright {
	font-family: "Courier New", "Courier", monospace;
	font-size: small;
	font-weight: lighter;
	margin-top: 6em;
}

.headsummary {
	font-family: sans-serif;
	font-size: small;
	font-weight: lighter;
	margin-bottom: 1em;
	margin-left: 1em;
}

.navbar {
	background-color: white;
	color: black;
	float: right;
	font-family: "Courier New", "Courier", monospace;
	font-size: small;
	font-weight: lighter;
	padding-left: 2.0em;
	padding-right: 0.5em;
	position: relative;
	text-align: right;
	text-decoration: underline;
}

.calendar {
	font-family: monospace;
	font-size: x-small;
	font-weight: lighter;
	text-decoration: none;
}

.cmdbar {
	border-right: thick solid black;
	border-bottom: 1px solid black;
	font-size: small;
	padding-right: 0.5em;
	text-align: right;
}

.sepbar {
	border-left: thick solid black;
	border-top: thin solid black;
	font-size: small;
	padding-left: 0.3em;
	text-align: left;
}


