@charset "utf-8";
/* CSS Document */
html
{
	color: black;
}
p
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}
h1, h2, h3, h4
{
	font-size: 24px;
}

.headingMain
{
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif ;
	font-size:50px;
	text-align: center;
	color: black;
}

.headingspecial
{
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif ;
	font-style:oblique;
	font-size:80px;
	text-align: center;
	color: black;
	margin:0;
	padding:0;
}
.photocaption
{
	text-align:center;
	font-size:36px;
	color:black;
	font-family: Garamond;
}

a
{
	text-decoration:none;
	color: #800080;
}
