body {
	margin:0;
	background:#fff url(images/bgfade.jpg) repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 12px 0 0 0;
}
h2 {
	font-size: 17px;	
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

ul, ol, dl {
line-height: 18px;
}

.good {
  color:green;
  font-weight:bold;
}
.bad {
  color:red;
  font-weight:bold;
}
.textbg {
  background:url(images/faded.gif) no-repeat center;
  width:350px;
  height:100px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

pre {
  width:100%;
  border:5px solid #ccc;
  padding:5px;
}

blockquote {
  border:1px solid green;
  margin:5px;
  background-color:#cfc
}

blockquote.bad {
  border:1px solid red;
  margin:5px;
  background-color:#fcc;
}

th {
  text-align:left;
}