@charset "UTF-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}
.NavLinkText {
	letter-spacing: 3px;
}
.SidebarLinkText {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}
.ListText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	list-style-type: circle;
}
