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:12px;
	color:#F00;
	background-color : white;
	layer-background-color : white;
	text-align: center;
	font-style: italic;
}
#h2 {
	font-family: Tahoma, Geneva, sans-serif;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	font-style: normal;
	font-weight: normal;
}
.textbold {
	font-weight: bold;
}
.leeft {
	text-align: right;
	font-size: 12px;
}
.leeft tr td {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
