DL DD {
margin-left: 1em;
}

DL.indents DD {
text-indent: -0.5em;
margin-left: 1.5em;
}

DL DT {
font-weight: bold;
}

BODY, P, TD, TH {
	background-color: #FFFFFF;
	color: black;
	font-family: sans-serif;
}

TABLE.sidebar {
	background-color: #EFEFFF;
	padding: 0px;
	border: 0px;
}

DIV.footer {
	background-color: #EFEFFF;
	font-size: 80%;
	border: 1px;
}

DIV.boxout, BLOCKQUOTE.snippet {
	background-color: #EFEFEF;
	border: 0px;
}

.php-string {
 color: #DD0000;
 font-weight: 500;
}

.php-comment {
 color: #FF8000;
 font-style: oblique;
}
		    
.php-keyword {
 color: #007700;
 font-weight: bold;
}

.php-bg {
 color: #FFFFFF;
}

.php-default {
 color: #0000BB;
 font-weight: bold; 
}

.php-html {
 color: #000000;
}

