body {
	background: #FFC;
	color: #006;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 2%;
	padding: 0;
	width: 96%;
}

h1 {
	border-bottom: #039 1px solid;
	font-size: 200%;
	line-height: 150%;
	margin-bottom: 20px;
}

p {
	text-align: right;
}
code {
   font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
   font-size: 100%;
	width: 100%;
}

pre {
	background: #FFF;
	margin: 0;
	padding: 5px;
	border: 1px solid #000;
	overflow: scroll;
	width: 100%;
}

#footer {
	border-top: #C90 2px solid;
	clear: both;
	margin-top: 25px;
}

#footer p {
	margin: 10px 0;
	text-align: center;
}

img {
	border: 0;
}

/* Links (LoVe And Hate) */
a {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #69F;
}

a:visited {
	color: #666;
}

a:active {
	color: #FFF;
	background: #666;
	text-decoration: none;
}

a.img:active {
	color: #69F;
}

a:hover {
	background: #C90;
	color: #FFF;
	text-decoration: none;
}

a.img:hover {
	color: #69F;
}

a.img {
	background: inherit;
	text-decoration: none;
}

 /* CLASS-selectors */
 
.comment {
	color: #008000;
	font-style: italic;
}

.identifier {
	color: #000000;
}

.key {
	color: #000080;
	font-weight: bold;
}

.keywords2 {
	color: #FF8000;
	font-weight: bold;
}

.keywords3 {
	color: #FF0000;
	font-weight: bold;
}

.label {
	color: #FF0000;
}

.number {
	color: #000080;
}

.preprocessor {
	color: #008080;
	font-style: italic;
}

.reservedword {
	color: #800000; font-weight: bold;
}

.space {
	color: #008080;
}

.string {
	color: #000080;
}

.symbol {
	color: #000000;
}

