body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}

h1 {
	font-size: 200%;
	font-weight: normal;
    color: black;
}
h2 {
	font-size: 150%;
	font-weight: normal;
    color: black;
}
h3 {
	font-size: 130%;
	font-weight: normal;
    color: black;
}
h4 {
	font-size: 110%;
	font-weight: normal;
    color: black;
}
a {
    color: black;
	text-decoration: none;
	}
p, table, h1, h2, h3, h4 {
	margin: 4px;
}
img {
	margin: 10px;
	border: 0;
	padding: 0;
	}
.NewGif {
	margin: 0;
	border: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	}
#SiteTitle {
	width: 70%;
	text-align: center;
    font-size: 200%;
    color: blue;
	position: absolute;
	top: 0;
	right: 10px;
	}
#Slogan {
	width: 70%;
	text-align: center;
    font-size: 160%;
    color: red;
	position: absolute;
	top: 40px;
	right: 10px;
	}
#NavBar {
	display: none;
	}
#LeftNav {
	display: none;
	}
#ClubBar {
	width: 70%;
	padding: 10px;
	margin: 0 0 0 150px;
	font-size: 120%;
	position: absolute;
	top: 70px;
	right: 10px;
	}
#ClubBar #Timestamp {
	position: absolute;
	right: 10px;
	}
.Headlines {
	width: 95%;
	padding: 10px;
	margin: 0;
	border: 1px solid black;
	font-size: 100%;
	}
.Headlines th {
	border-bottom: 1px solid black;
	font-size: 120%;
	text-align: left;
	}
#Footer {
	display: none;
	}
.Column1 {
	display: none;
	}
.Column2 {
	vertical-align: top;
	}
.NoPrint {
	display: none;
	}
.LinksTable {
	border-top: 1px solid black;
	border-left: 1px solid black;
	}
.LinksTable th {
	padding: 2px;
	text-align: left;
	font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}
.LinksTable td {
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}
.ExternalLinks {
	display: none;
	}
.EndOfStory {
	display: none;
	}
