/*  Odyssey Scripting Tutorial CSS Copyright (c)2005 Pengwy. All rights reserved.  */

/*  General Elements  */
BODY {
	background: #FFF;
	color: #000;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	margin-left: 2em;
	margin-right: 4em;
	margin-top: 2em;
}
A:LINK {
	font-weight: bold;
	text-decoration: none;
	color: #888;
}
A:VISITED {
	font-weight: bold;
	text-decoration: none;
	color: #444;
}
A:HOVER {
	color: #CCC;
}
ACRONYM {
	border-bottom: none;
}
H1 {
	color: #C00;
	font-size: 1.35em;
	font-weight: bold;
}
H2 {
	color: #00C;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 1em;
}
P {
	margin-left: 2em;
}
P.output {
	background-color: #000;
	font-family: "System", monospace;
	margin-left: 3em;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}
P.code {
	background-color: #EEE;
	font-family: "Fixedsys", monospace;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}
P.code SPAN.comment {
    color: #F80;
}
P.code SPAN.function {
    color: #B00;
}
P.code SPAN.keyword {
    color: #00B;
}
P.code SPAN.literal {
    color: #B0B;
}
P.code SPAN.variable {
    color: #080;
}
SPAN.code {
	font-family: "Fixedsys", monospace;
	color: #666;
	white-space: pre;
}
SPAN.cmd {
	font-family: "System", monospace;
	color: #777;
	white-space: pre;
}
TABLE {
	font-size: 1em;
	margin-left: 2em;
}
TABLE.endlinks {
	font-size: 1.1em;
	width: 100%;
	margin-left: 0em;
}
DL {
	margin-left: 3em;
}
DT {
	font-weight: bold;
}
IMG {
	border-style: none;
}

/*  Special Divs  */
#back {
	position: absolute;
	margin-top: 2em;
	left: 2em;
	width: 32%;
}
#contents {
	position: absolute;
	text-align: center;
	margin-top: 2em;
	left: 33%;
	width: 32%;
}
#forward {
	position: absolute;
	text-align: right;
	margin-top: 2em;
	right: 2em;
	width: 32%;
}

#license {
	position: absolute;
	text-align: center;
	width: 95%;
	margin-top: 7em;
	font-size: 0.8em;
}

/*  Specific Classes  */

/* tutorial3.html */
TD.operators {
	width: 5em;
}

/* appendix4.html */
TD.oper {
	text-align: center;
	font-family: Lucida Console, monospace;
}
TD.assoc {
	text-align: center;
}
TH.desc {
	width: 50%;
}