body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	color: #FF0000;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txtmed {
	font-family: Garamond;
	font-size: 20px;
	color: #000000;
}
.txtmed16 {
	font-family: Garamond;
	font-size: 16px;
	color: #000000;
}
.18text {

	font-family: Garamond;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.titleText { 
	font-family:Garamond;
	font-size:36px;
	color:#000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#CEEFFF;
	border: 1px dashed #000000;
	background-color: #3366FF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border: 1px dashed #000099;
	background-color: #00CCFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

