@charset "iso-8859-1";

H1.General {
	font-family : "Arial Black";
	font-size : x-large;
	font-weight : bold;
}
H2.General {
	font-family : "Arial Black";
	font-size : large;
	font-weight : bold;
}
H3.General {
	font-family : "Arial Black";
	font-size : medium;
	font-weight : bold;
}
H4.General {
	font-family : "Arial Black";
	font-size : small;
	font-weight : bold;
}
H5.General {
	font-family : "Arial Black";
	font-size : -1;
	font-weight : bold;
}
H6.General {
	font-family : Arial;
	font-size : x-small;
	color : Green;
}
P.General {
	font-family : Arial;
	font-size : small;
}
BODY.General {
	background-color : #ffcc99;
}