@charset "UTF-8";
/* CSS Document */

.paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	color: #663333;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #663333;
}
.paragraphtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #663333;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	color: #996600;
	text-decoration: underline;
}
.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #663333;
	list-style-position: outside;
	list-style-type: circle;
	font-weight: bolder;
}
