/* story.css Style for stories. Simeon Veldstra */

BODY.black {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

BODY.grey {
	background-color: rgb(200, 200, 200);
	color: rgb(0, 0, 0);
}

body {
    margin-right: 20%;
    margin-left: 20%;
}

H2.hide {
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
}

DIV {
	/*text-align: center;*/
}

P.foot {
	color: rgb(50, 50, 50);
	font: small-caps 9pt serif;
}

A.list {
	font: small-caps 12pt serif;
}
