body {
	font-family:sans-serif;
	color:#888888;
	background:url(logo/page.gif);
}

.menu {
	font-family:sans-serif;
	color:#888888;
	position:absolute;
	top:1ex;
	left:1ex;
	width:200px;
	line-height:110%
	height:auto;
	background-color:#ffffff;
	padding:2px;
	z-index:2;
}

.selected {
	font-weight:bold;
}

.content {
	margin-left:220px;
	margin-right:220px;
	width:auto;
	background-color:#ffffff;
	padding:2px;
	z-index:1;
}

/* Absolute Tricksing. Terror! */
.center { text-align:center; }
.center table { margin-left:auto; margin-right:auto; text-align:left }

p.back {
	clear:left;
}

p.box {
	padding:2ex;
	font-weight:bold;
	font-style:italic;
	background-color:#f7d4a0;
}

h1 {
	background-color:#f7d4a0;
	padding-left:1ex;
}

.menu a:link    { text-decoration:none; color:#888888; }
.menu a:visited { text-decoration:none; color:#555555; }
.menu a:focus   { text-decoration:underline; }
.menu a:hover   { text-decoration:underline; }
.menu a:active  { text-decoration:underline; color:#aaaaaa; }

a:link    { text-decoration:none; color:#888888; }
a:visited { text-decoration:none; color:#555555; }
a:focus   { text-decoration:underline; }
a:hover   { text-decoration:underline; }
a:active  { text-decoration:underline; color:#aaaaaa; }

td,th {
	border-bottom: 3px solid #f7aa3a;
}

td.strut { height:3ex; }

th    {
	text-align:left;
	font-size:large;
	padding:3px;
	background-color:#f7d4a0;
}

