.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #105C97;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #105C97;
	text-decoration: none;
}
.text_gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	text-decoration: none;
}
.text_orang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8A00;
	text-decoration: none;
}
.text_ident {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
