BODY {
	background-color: blue;
	font-family: Verdana, sans-serif;
	color: white;
}
DIV.Header {
	font-size: 28px;
	font-weight: bold;
}
DIV.Footer {
	font-size: 10px;
}
A.Footer {
	color: white;
	text-decoration: none;
}
TD.Article {
	background-color: white;
	color: blue;
	font-size: 15px;
	padding: 20px;
	font-family: Arial, sans-serif;
}
A.Article {
	color: white;
}
A.Article:visited {
	color: silver;
}
A.Article:hover {
	color: yellow;
}
TABLE.Sidebar {
	font-size: 12px;
}
DIV.ArticleDate {
	font-size: 10px;
	font-weight: bold;
}
DIV.Title {
	font-size: 18px;
	font-weight: bold;
}
DIV.MessageHeader {
	font-size: 12px;
	background-color: whitesmoke;
	padding: 10px;
	margin-bottom: 20px;
}
TABLE.Navigation {
	margin-top: 10px;
	font-size: 15px;
	color: blue;
}
A.Navigation {
	text-decoration: none;
	font-weight: bold;
}
SPAN.CurrentArticle {
	color: lightblue;
}