html
{
	background-color:#ccc;
	color:#333;
	font-family:sans-serif;
	font-size:12px;
}

h1
{
	background-color:#d8d8d8;
	color:#000;
}

a.anker
{
	font-size:0;
}

a.top
{
	text-align:right;
	display:block;
}


a, a:link, a:visited, a:active
{
	color:#666;
	font-weight:bold;
}

span.file
{
	font-weight:bold;
	color:#800;
	background-color:inherit;
}

p.content
{
	background-color:inherit;
	color:#000;
	padding:0.8em;
}
code.syntax
{
	color:#000;
	font-weight:bold;
	display:block;
}
span.description
{
	margin-left:0.6em;
	margin-bottom:1.6em;
	display:block;
	font-size:0.8em;
	
}

code.php
{
	color:#000;
	background:#fff;
	display:block;
	margin:0.6em;
	white-space:pre;
}
code.php span.comment
{
	color:#666;
	background-color:inherit;
	font-style:italic;
}
code.php span.var
{
	color:#008;
	background-color:inherit;
	font-weight:bold;
}
code.php span.string
{
	color:#060;
	background-color:inherit;
	font-weight:normal;
}

code.php span.keyword
{
	color:#606;
	background-color:inherit;
	font-weight:bold;
}

code.php span.vartype
{
	color:#066;
	background-color:inherit;
	font-weight:normal;
	font-style:italic;
}
