body {
    font-family: Verdana, Tahoma, Times;
    font-size: 10pt;
    background: beige;
}
.articletable {
    width: 85%;
}
.pagetable {
	width: 60%;
}
.articletitle {
    letter-spacing: -0.1px;
    color: brown;
    font-size: 14pt;
}
.articlesubtitle {
	font-family: Verdana, Tahoma, Times;
    font-size: 10pt;
}
.author {
	font-family: Verdana, Tahoma, Times;
    font-size: 8pt;
    color: #707070;
}
.articleblurb {
    font-size: 10pt;
    margin-top: -5px;
}
a {
    color: brown;
    text-decoration: none;
}
a:hover {
  color: red;
}
.articlecontent {
    /* letter-spacing: 0.5px; */
    font-size: 10pt;
}
.sectionheader {
    vertical-align: top;
    border-bottom: 1px solid brown;
}
.column {
    padding-right: 5px;
}
.issuename {
    font-size: 14pt;
}
.advert {
    padding: 5px;
    /*border: 1px solid #999;*/
    border-spacing: 25px;
    text-align: center;
    width: 100%;
}
.advert .ad-header {
	font-size: 8pt;
	color: #b0afa5;
}
.advert img {
	border: 2px groove #999;
}
.top-strip {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: black; /* #8E388E */
	color: white;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14pt;
}
.link-menu {
    position: absolute;
    top: 48px;
    right: 5px;
    text-align: right;
}
.rosterTable {
	line-height: 1.2em;
}