@charset "utf-8";
/* CSS Document */
/*  This is a linked CSS to pastscenariosxxxx.html and pastweeksworthxxxx.html*/
body {
	background-color: #000066;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #03C;
}
a:active {
	text-decoration: none;
}
.pastscenario {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #999;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.creditital {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 13px;
	padding-bottom: 10px;
	color: #F00;
}
.dateline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-size: 12px;
	text-transform: none;
	padding-top: 7px;
}
.pastdate {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #333;
	text-align: right;
	border-bottom-color: #999;
	margin-bottom: 0.2em;
	border-top-width: thin;
	border-top-style: dotted;
	padding-top: 4px;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
