/*
@import "../../css/litelime.css";
code em, code em * { color: red; }
p.newsphp { background-color: #cfc; }
*/

@import "../../css/trico.css";
code em, code em * { color: red; }
h2 {  margin-left: 1em; }
div h2 {  margin-left: -1em; }
h2 { border-bottom: 1px solid #ccc; }
p.newsphp { background-color: #033; }

p.newsphp, p.newsphp_weak {
	font-size: 60%;
	padding-left: 1em;
	padding-right: 1em;
	font-family: "Lucida Console", monospace;
	text-align: right;
}
p.newsphp {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

dl.newsphp dt {
	font-size: smaller;
	font-weight: normal;
}
dl.newsphp dt a {
	font-weight: bolder;
}
dl.newsphp {
	margin-top: 0;
}
ol {
	margin-left: 4.5em;
}
div {
	padding-bottom: 0.4em;
}
