.richtext a {
      color: #E2001A;
      text-decoration: underline;
  }

.richtext ul, .richtext ol
{
	display: inline-block;
}
.richtext ul > li {
    background: url("../images/arrow_grey_small.png") no-repeat scroll 0 5px transparent;
    padding-left: 12px;
}

.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-shadow: none;
}

.richtext em
{
	font-style: italic;
}