H1  {
	font-size : x-large;
	font-weight : bold;
	font-style : italic;
	color : #FF8000;
	text-decoration : none;
	text-align : center;
}

H2  {
	font-size : large;
	font-weight : bold;
	font-style : italic;
	color : Teal;
	text-align : center;
	text-decoration : none;
}

H3  {
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : Teal;
	text-align : center;
	text-decoration : none;
}

A  {
	font-weight : normal;
	font-style : normal;
	color : #2E80d1;
	text-decoration : underline;
}

A:Visited  {
	font-weight : normal;
	font-style : italic;
	color : #2e81d1;
	text-decoration : underline;
}

A:Active  {
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
}

A:Hover  {
	color : #FF0000;
	font-style : normal;
	font-weight : normal;
}

.tickerstyle {
	font-family:Arial; 
	font-size:8pt; 
	color:#000000; 
	background-color : white; 
	layer-background-color : white;
}

