body {
	background-color: #D3DDB5;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 60px;
	margin-right: 60px;
	color: #000;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
td,th {
	font-size: 18px;
}

hr {
	color: #8FAF70;
	width: 100%;
	}
	
a:link {color: #0000ee}
a:visited {color: #551a8b}
a:hover {color: #A00}
a:active {color:#ee0000}

.event_of_interest {
	color: #AA1F00;
	font-weight: bolder;
}
.italic-text {
	font-style: italic;
}

.No_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bold-text {
	font-weight: bold;
}
.underline-text {
	text-decoration: underline;
}

