BODY
{
        background-image: url(/ba.gif);
        background-repeat: repeat;
}

H1
{
	color: black;
	background-image: none;
	border: none;
}

H2,H3,H4
{
	color: red;
        font-size: 150%;
	background-image: none;
	border: none;
}

P
{
        margin:0.2em;
}

DIV.listcontent
{
	background: #ccffcc;
	border: ridge 8px;
	color: black;
}

DIV.content
{
	margin-top: 2em;
	background: #efefef;
	border: ridge 8px;
	color: black;
}

