body {
	font-family: "Times New Roman", Times, serif;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* best order for link pseudo-classes */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: Black;
}
/* a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
} */
a:active {
	color: Red;
	text-decoration: none;
}

.text1 {
	font-size: 12pt;
	line-height: 14pt;
}
.header1 {
	font-size: 16pt;
	line-height: 17pt;
}
.center {
	text-align: center;
}