.pl {
    padding-left: 10px;
}

h1  {
	font-size : 14pt;
	font-family :Verdana;
	font-weight : bold;
	font-height : bold;
	color : #00438C;
}

h2  {
	font-size : 10pt;
	font-family :Verdana;
	font-weight : normal;
	font-height : normal;
	color : #FFFFFF;
}

h3  {
	font-size : 10pt;
	font-family :Verdana;
	font-weight : normal;
	font-height : normal;
	color : #00438C;
}

h4  {
	font-size : 10pt;
	font-family :Verdana;
	font-weight : normal;
	font-height : normal;
	color : #00438C;
}

A  {
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : orange;
	text-decoration : none;
}

A:Visited  {
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A:Active  {
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : #8CD5F9;
	text-decoration : none;
}

A:Hover  {
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : #8CD5F9;
	text-decoration : none;
}

HR  {
	width : 90%;
	color : #FFC73B;
}