/* blackhorse.css */

/* The black/green/yellow with horse background style. */

@import url("black.css");

body {
	background: #000000 url("../Art/chalk_btile.gif");
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

