BODY {
	background: white;
}

BODY, FORM, TH, TD, P, UL { 
	font-family: sans-serif; 
}

BODY.black {
	text: white;
	background: black;
	link: #7777ff;
	visited: #ff7777;
	active: #ff7777;
}

UL.content {
	margin-left: -20%;
}

DIV.box {
	background: #cccccc;
        padding: 0.5em;
        border: none;
}

DIV.whitebox {
        padding: 0.5em;
        border: none;
}

