@charset "utf-8";
/* CSS Document */

.p1 {
	font-family: 'Gideon Roman', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 18px;
	margin-left: 21px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 0;
}

.head1 {
	font-family: 'Gideon Roman', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.mast1 {
	font-family: 'IM Fell English SC', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 50px;
	margin-left: 21px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;

}

.mast2 {
	font-family: 'IM Fell English SC', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 21px;
	margin-left: 21px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;

}
/* unvisited link */
a:link {
  color: #1B2770;
	text-decoration: none;
}

/* visited link */
a:visited {
  color:#2B3690;
		text-decoration: none;

}

/* mouse over link */
a:hover {
  color: #2B3690;
		text-decoration: none;

}

/* selected link */
a:active {
  color: #2B3690;
		text-decoration: none;

}