.norm  {
	font-size : 12pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : black;
}

.h1  {
	font-size : 22pt;
	font-family : Comic Sans MS;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.h2  {
	font-size : 16pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : blue;
	cursor : hand;
}

a  {
	font-family : Arial, sans-serif;
	font-size : 10pt;
	color : blue;
	font-weight : bold;
	text-decoration : none;
}

a:hover  {
	font-family : Arial, sans-serif;
	font-size : 10pt;
	color : red;
	font-weight : bold;
	text-decoration : underline;
}

a:active  {
	font-family : Arial, sans-serif;
	font-size : 10pt;
	color : green;
	font-weight : bold;
	text-decoration : none;
}

.GlowFilter  {
	filter : Glow(Color="#6699CC",Strength="5");
}


