
h1 { color: #cee; padding-bottom: 1em; }

#textBlock {
  text-align: justify;
  padding: 0 1em 0 90px;
  margin-bottom: 1.5em;
  background: url("/images/paragraph.gif") repeat-y;
  border-right: 80px solid #cee;
}
#textBlock h2, #textBlock h3 { text-align: left; }
#textBlock h2 { font-size: 1.2em; padding-top: 0; }
#textBlock h3 { font-size: 1.05em; }

#textBlock strong
{
	color: red;
}
#textBlock em
{
	font-style: normal;
	font-weight: bold;
}


