BODY {
	background-image : url("slices/bg.gif");
	background-repeat : repeat-x;
	background-color : Black;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
}
A:LINK {
	color : #CC0000;
	text-decoration : underline;
	font-weight : bold;
}
A:VISITED {
	color : #CC0000;
	text-decoration : underline;
	font-weight : bold;
}
A:HOVER {
	color : #5555FF;
	text-decoration : none;
	font-weight : bold;
}
DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
}
