<!--
body { 		background: #cbe3cd; 
		color: #000000;
		margin: 15px; 
		padding: 0px; }

a:link {	color: blue; }
a:visited {	color: purple; }
a:active {	color: black; }

h1,h2,h3,h4 {	font-family: Arial,sans-serif;
		line-height: 125%; }
			
	
/* p1 is for postedy by... at ... text at top of article tables */
.p1 {		text-align: right;
		font-size: 100%;
		font-weight: bold;
		font-style: normal;
		font-family: "Courier New";
		color: #4D983B;}

.j1 {		font-size: 100%;
		font-weight: bold;
		font-style: normal;
		font-family: "Arial";}

.j2 {		font-size: 100%;
		font-weight: normal;
		font-style: italic;
		font-family: "Times New Roman";}


/* p2 is for <td> text cells containing articles */

.p2 {		background: #ddf7ce;
		color: black;
		padding: 6px;}

/* p3 id for the whole main <table> */

.p3 { 		width: 600px;}

/* p4 is for the left column links cell */

.p4 {		width: 100px;
		padding: 7px;}

/* p5 is for the <p> tag around left hand column links */

.p5 {		padding: 5px;
		text-align:right;
		line-height: 170%;
		background: #ddf7ce;}

/* p6 is the whole page table which separates links cell from document body */

.p6 {		width: 800px;}

p {		font-family: Arial;
		line-height: 110%; }


.p7 {		color: red;}
/* image size attribute */

.i1 {		width: 350px;
		align: center;}

ul,ol { 	font-family: Arial, Helvetica, sans-serif;
		line-height: 120%; }


blockquote {	font-family: "Courier New",monospace;
		font-size: smaller;
		line-height: 96%;
		text-align:justify; }

/* span is for description text next to anchor text */

span{		font-size: 12px;}
-->