div.one-bug {
	width : 99%;
	border : 1px dashed #ccc;
	padding : 1%;
	line-height : 1.3em;
	padding : 5px;
}
div.one-bug p {
	line-height : 1.5em;
}
div.one-bug h2 a {
	color : black;
	font-weight:bolder;
}
.fixed {
	background : green;
}
span.low {
	padding : 1px 6px 1px 6px;
	background: #33FF66;
	color : white;
	font-weight:bold;
}
span.high {
	padding : 1px 6px 1px 6px;
	background: #FF9933;
	color : white;
	font-weight:bold;
}
span.urgent {
	padding : 1px 6px 1px 6px;
	background:#990000;
	color : white;
	font-weight:bold;
}
