body {
	line-height: 1.3em;
	font-size: 12pt;
}

h1, h2, h3 {
	font-family: sans-serif;
}
h1 {
	font-size: 1.6em;
	border-bottom: 2px solid #000;
}
h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #000;
}
h3 {
	font-size: 1em;
}

table {
  border-collapse: collapse;
	border: 2px solid black;
}

th, tr, td {
	border: 1px solid black;
	padding: 0.1em 0.5em;
}

img {
	border: 0px;
}

hr {
	border: 0;
	border-bottom: 2px solid #000;
}

.sidebar, .logo, .box, .powered, .search, .bottom {
	display: none;
}

.bottom {
	width: 100%;
	border-top: 1px solid black;
}

.news_title {
	border-bottom: 1px solid black;
	font-size: 1em;
	margin-bottom: 0px;
}
.news_meta {
	margin-top: 0px;
	font-size: smaller;
}
