.wiki-body .wiki-code {
background: #fff;
border: 1px solid #777;
font-family: monospace;
white-space: pre;
}
.wiki-body .wiki-code-lines {
border-right: 1px solid #ccc;
color: #000;
margin-right: 5px;
padding: 0px 5px 0px 5px;
}
.wiki-body a.wiki-external-link {
background: transparent url(/html/themes/brochure/images/wiki/external.png) right top no-repeat;
text-decoration: none;
padding-right: 11px;
}
.wiki-body a.wiki-external-link:hover {
background: transparent url(/html/themes/brochure/images/wiki/external.png) right top no-repeat;
text-decoration: underline;
padding-right: 11px;
}