/*  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: 3em;
	margin-top: 2em;
}
A:LINK {
	text-decoration: none;
	color: #222;
}
A:VISITED {
	text-decoration: none;
	color: #222;
}
A:HOVER {
	color: #888;
}
ACRONYM {
	border-bottom: none;
}
H1 {
	color: #C00;
	font-size: 1.5em;
	font-weight: bold;
}
H2 {
	color: #00C;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 1em;
}
DL {
	margin-left: 3em;
}
DT {
	font-weight: bold;
}
P {
	margin-left: 2em;
}
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;
}
IMG {
	border-style: none;
}

/*  Special Divs  */
#author {
	color: #C00;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 2em;
}
#ideas {
	text-align: center;
	font-weight: bold;
	width: 95%;
}
#license {
	position: absolute;
	text-align: center;
	left: 1em;
	width: 25%;
	margin-top: 3em;
	font-size: 0.8em;
}
#firefox {
	position: absolute;
	text-align: center;
	left: 26%;
	width: 25%;
	margin-top: 3em;
	font-size: 0.8em;
}
#html {
	position: absolute;
	text-align: center;
	right: 26%;
	width: 25%;
	margin-top: 3em;
	font-size: 0.8em;
}
#css {
	position: absolute;
	text-align: center;
	right: 1em;
	width: 25%;
	margin-top: 3em;
	font-size: 0.8em;
}