html,body {
  font-family: "Times New Roman", Times, serif;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
a {
	color: #000000;
	text-decoration: underline;
}
#asdf {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
}
#news {
	height: 190px;
}
td.bottomonly {
	border-bottom: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
  font-family: "Times New Roman", Times, serif;
}

td.normal {
	border-bottom: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-color: black;
	border-right-style: solid;
  font-family: "Times New Roman", Times, serif;
}
td.main {
	border-right: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-bottom: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: black;
	border-left-style: solid;
  font-family: "Times New Roman", Times, serif;
}
td.top {
  height: 50px;
}