@charset "utf-8";
.txtTitleOne {
	font-family: AYTOliveOil;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.txtHighlite {
	font-family: AYTOliveOil;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	background-color: #FFFF00;
	display: block;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	font-family: AYTOliveOil;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	font-family: AYTOliveOil;
	font-weight: bold;
	color: #33FF66;
	text-decoration: none;
}
a:hover {
	font-family: AYTOliveOil;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
}

