/* The name of this file is "styles.css". */
BODY						 {
	color: black;
	background-color: white;
	background-position: center 0;
	word-spacing: normal;
	margin-right: 20px;
	margin-left: 20px;
	width: 7.5in;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
a:link { color: #006666 }
a:visited { color: purple }
a:active { color: orange }
a:link:hover {
	color: red 
}
.credit { 
	text-align: center;
}
.highlight_y_bold {
	font-weight: bold;
	background-color: yellow
}
.color_red {
	color: #F00;
}
.date_index {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.date_header {
	font-weight: bold;
	color: #FFF;
}
.news_headline {
	font-weight: bold;
}
.news_txt {
	font-size: 12pt;
	font-weight: normal;
}
.top {
	font-size: 12px;
	font-weight: normal;
}
.news_subhead {
	font-family: Arial, Helvetica, sans-serif;
}
.news_source {
	font-weight: normal;
}
.strikeout {
	text-decoration: line-through;
}
