BODY
{
	font-family:Arial;
	background-color:white;
	color:Black;
	margin-top:0;
	margin-left:0;
	font-weight:bolder;	
	font-size:smaller;
}
h2
{
	font-variant:small-caps;
}
th
{
	background:black;
	color:red;
}
A:visited 
{
	color:red;
}
.URGENT
{
	background: red;
	color: white;
}
.foundby
{
	background: green;
	color: Yellow;
	font-weight: bold;
	font-variant: small-caps;
}
.critical
{
	background: red;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}
.contribute
{
	background: black;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}
.feature
{
	background: purple;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}
.q
{
	font-style: italic;
	font-weight: bold;
}
.a
{
}
