.text {
	font-size: 14px;
	text-decoration: none;
}
.headling {
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	text-decoration: none;
}
