body {
    font-family: "trebuchet ms", helvetica, "sans serif"; 
    font-size: 1em;
	margin: 0;
	padding: 0;
}
#content {
    margin: 0px 20px 100px;
}
h1 {
    color: #0060B5;
	text-transform: lowercase;
	font-size: 4em;
}
#content h1 {
	font-size: 1.7em;
	text-align: right;
	padding-top: 20px;
	border-bottom: 2px solid #FF3300;
	font-style: italic;
}
h2 {
    margin-top: 50px;
    color: #0060B5;
}
h3 {
	margin-left: 20px;
    color: #FF3300;
}
pre, code {
	font-size: 1.2em;
}
pre {
    margin: 15px 30px 15px 30px;
    padding: 5px;
    border: 1px solid #FFB400;
    color: #80405C;
}
pre:hover {
    background-color: #FFFF7A;
}
p {
    margin: 10px 30px;
    padding: 5px;
}
a:link, a:visited {
	font-weight: bold;
	color: #FF6600;
	padding: 0 0.5%;
	background-color: #FFE600;
	border: 2px solid #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF8B3D;
	background-color: #FFFF1F;
}
a:active {
	color: #FFE600;
}

#navigation {
	background: #FFFF3D;
	margin: 0;
	height: 80px;
	padding: 5px 10px;
	text-align: right;
	border-bottom: 5px dotted #0060B5;
}
#navigation ul {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	top: 25px;
}
#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 3px 5px;
	display: inline;
	font-size: 2em;
}
#navigation ul li a {
	text-decoration: none;
	padding: 0 10px;
}
#navigation ul li:hover {
	background-color: #FFFF1F;
}
#navigation .title {
	font-size: 4em;
	color: #0060B5;
	font-weight: bold;
	float: left;
}
.title a {
	border: none;
	background: none;
	text-decoration: none;
}
#footer  {
	background: #FFFF3D;
	padding: 10px;
	border-top: 5px dotted #0060B5;
}