.flexz {
	font-size : medium;
	color : Black;
}

.z {
	color : #96252B;
}

.big {
	font-size : large;
}
P  {
	text-decoration : underline;
	font-size : medium;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	text-decoration : none;
	color : Blue;
}

A:Active  {
	color : Blue;
	text-decoration : none;
}

A:Hover  {
	color : Blue;
	text-decoration : underline;
}

BODY  {
	font-family : Bookman Old Style;
	color : Black;
	font-style : normal;
	font-weight : normal;
	font-size : small;
	text-decoration : none;
	background-color : White;
}

.smal  {
	font-size : x-small;
}

