﻿body {
	color: #970000;
	background-image: url('images/background.jpg');
}
a:active {
	color: #970000;
}
a:link {
	color: #970000;
}
a:visited {
	color: #970000;
}
#ContentTitle {
	color: #FFFFFF;
	background-color: #970000;
	font-weight: bold;
}
#bod {
	padding-left: 60px;
}
#content {
	padding-left: 10px;
	width: 85%;
	float: right;
}
#footer {
	text-align: center;
}
#header {
	text-align: center;
}
#linkbar {
	width: 15%;
	float: left;
	height: 100%;
	position: fixed;
}
#issue {
	margin-bottom: 10px;
	width: 100%;
}
#thumbnail {
	float: left;
}
#issuetext {
	float: left;
	font-weight: bold;
	color: #970000;
	font-family: "Times New Roman", Times, serif;
}
#issuetext a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
