.style1 {
	font-size: small;
	font-family: "KPN Sans", Arial;
	color: #172f7c;
}
.style2 {
	color: #172f7c;
	font-family: "KPN Sans", Arial;
	font-size: medium;
}
.style3 {
	color: #172f7c;
	font-size: small;
	font-family: "KPN Sans", Arial;
}

.style4 {
	color: #172f7c;
	font-size: large;
	font-family: "KPN Sans", Arial;
}

.style5 {
	font-size: x-small;
	font-family: "KPN Sans", Arial;
	color: #172f7c;
}
.style6 {
	font-family: "KPN Sans", Arial;
	color: #172f7c;
	font-size: xx-small;
}
.style7 {
	color: #339900;
	font-family: "KPN Sans", Arial;
	font-size: medium;
}
.style8 {
	color: #0000FF;
	font-size: small;
	font-family: "KPN Sans", Arial;
	font-weight: bold;
}
.style9 {
	font-size: small;
	font-family: "KPN Sans", Arial;
	color: #FF0000;
}
.style10 {
	font-size: small;
	font-family: "KPN Sans", Arial;
	color: #00CC00;
}




a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:active {
	color: #00CC00;
}
