/* palmon_article.css - the css styles for the articles *//* ====== how an article shows up on screen ======= */.article_screen {	clear: both;	width: 560px;	background-color:#FFF;	margin: 15px auto;	text-align: left;	color: #000;	font-family: Verdana, Tahoma, Arial, sans-serif;	font-size: 12px;}.article_screen h1 {	text-align: center;	text-transform: capitalize;}.article_screen h2 {	text-align: center;}.authors {	text-align: left;	color: #600;	font-weight: bold;}.palmon_date{	margin: 2px 0 10px 0;}.decktext {	padding: 5px 10px;	font-weight: bold;	font-size: 14px;	font-style: italic;}.palmon_notes{	clear: both;	margin: 5px 25px;	border: 1px solid #CCC;	font-size: 10px;}.ps_line {	float: left;	width: 200px;	border-bottom: 1px solid #000;}
