body {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: #000000;
	background-color:#f7f7f7
}

td {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: #000000;
	background-color:#f7f7f7
}

th {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: #000000;
	background-color:#f7f7f7
}

.styleLarger {
	font-size: larger;
}
.styleLargerBold {
	font-size: larger;
	font-weight: bold;
}

.styleSmall {
	font-size: small;
}


a:link {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: purple;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: purple;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: red;
}
a:active {
	font-family: "Times New Roman", Times, serif;
      font-size: 16px;
	color: blue;
}


pre {
	font-family: "Courier New", Courier, mono;
      font-size: 14px;
}

