@charset "utf-8";
h1 {
	font-family: "Palatino Linotype";
	font-size: 46px;
	font-weight: bolder;
	color: #332D2D;
	text-decoration: none;
}
a:link {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #332D2D;
	text-decoration: underline;
}
a:visited {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #332D2D;
	text-decoration: underline;
}
a:hover {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	color: #332D2D;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #332D2D;
	text-decoration: underline;
}
p {
	font-family: "Palatino Linotype";
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #332D2D;
	text-decoration: none;
}
