.pgtitleon{
	font-family : sans-serif;
	font-size : large;
	color : Gray;
}
.pgtitleoff{
	font-family : sans-serif;
	font-size : large;
	color : Black;
}
.pgsubtitle{
	font-family : sans-serif;
	font-size : medium;
	color: black;
}
A.pgsubtitle{
	font-family : sans-serif;
	font-size : medium;
	color: Gray;
	text-decoration : underline;
}
.subtitle{
	font-family : sans-serif;
	font-size : small;
	color: black;
}
.text{
	font-family : sans-serif;
	font-size : x-small;
	color: black;
	line-height : normal;
}
A.text{
	font-family : sans-serif;
	font-size : x-small;
	color: Gray;
	text-decoration : underline;
}