/* CSS Document */

body, p, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	margin: 10px;
}

.links {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #1c0d5a;
	text-decoration: none;
	}

a.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #1c0d5a;
	text-decoration: none;
}

a.links:hover {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: normal;
	color: #1c0d5a;
	text-decoration: underline;
}

h1 {
	font-family: georgia, times, serif;
	font-size: 20px;
	font-style: bold;
	color: #7F3EA2;
}

h2 {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: bold;
	color: #000000;
}

h2 a {
	color: #7F3EA2;
	font-decoration: underline;
	}

h2 a:hover {
	color: #1c0d5a;
} 
.purple-pagetitle {
	font-family: georgia, times, serif;
	font-size: 22px;
	color: #7F3EA2;
	font-weight: bold;
}
.blue-cursive {
	font-family: "Lucida Handwriting";
	color: #94BCCA;
	font-weight: bold;
	font-size: 16px;
}
.pink-callout {
	color: #CC0066;
	font-weight: bold;
	font-size: 16px;
}
.item-title {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: bold;
	color: #000000;
	font-weight: bold;
}
.purple-item-title {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: bold;
	color: #000000;
}

