body {
	font-size: 16px;
	color: Black;
	font-style: normal;
	font-family: Arial;
}
td {
	font-family: Arial;
	font-size: 16px;
	color: Black;
	font-style: normal;
}
p {
	font-family: Arial;
	font-size: 16px;
	color: Black;
	font-style: normal;
}
h1 {
	font-family: Arial;
	font-size: 20px;
	color: Black;
	font-weight: bold;
	font-style: normal; 
	text-align: center;
}
h2 {
	font-family: Arial;
	color: Black;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.h3-left {
	font-family: Arial;
	color: Black;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
a:link {
	font-family: Arial;
	color: Red;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
a:visited {
	font-family: Arial;
	color: Red;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
a:active {
	font-family: Arial;
	color: Red;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
a:hover      {
	font-family: Arial;
	color: Navy;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
.footer
{
	font-family: Arial;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}