.bgcolour, body, #poem, #sellog h4 { background-color: #c99; }

a.external:after { content: url("external.gif"); }

a:link, a:visited { color: #300; }
.colour, a:hover, dt, h1, h2, h3, h4, h5, h6, hr, th { color: #000; }

#poem { float: right; margin-left: 10px; border: 1px solid; font-weight: bold; font-style: italic; }
#poem h3, #poem p { margin: 10px; }

#sellog h4 { margin: 0 20px 0 20px; border: 2px solid; padding: 4px; text-align: center; }

.border, #sellog h4 { border-color: #000; }

/* Alternate Media */
@media handheld, tty { #poem { margin-left: 0; } }
