A 			{  color:#09f;  }  
A:visited 	{  color:#369;  }  
A:hover 	{  color:#FF0000; text-decoration:none; }

body   	{   FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  FONT-SIZE: 12px; text-align: center;}
 
table 	{ font-size: 12px; border-collapse: collapse;  padding: 20px; width: 800px;   } /* width: 90%; cell padding for NS4 */
td		{ vertical-align: top; 
		text-align: left;  
	  	padding: 20px;  
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; }
 
p 		{ font-size: 12px; margin-top: 20px; }

/* navigation styles */
 
td.nav
 	{
	width: 200px;
	background-color: #ddd; 
	border: dashed silver 1px;
	 font-size: smaller; 
	 
	}
.nav p	{	
	text-align: right;
	font-size: 10px;
	background-color: #eee;
	hover: 	  background-color: #fafaf4; 
	border-bottom: solid gray 1px; 
/*	border-right: solid gray 1px; 
	border-left: solid silver 1px; */
	border-top: solid silver 1px;  
	padding: .5em; /*between lines */	
	margin: 1px;	/*this puts lines together */	
	}
 
/* content table center cell styles */
   
td.content
 	{
	text-align: left; 	
	}
.content { 
	background-color: #eeeeee; border: dashed silver 1px; 
	padding: 15px;
	line-height: 2.5ex;
	}
.content p {
	margin: 10px;
	}
.picture { 
	border: dashed silver 1px; 
	padding: 15px;
	}

/* combination of these styles places photo on the right of the article with the cutline and border, width: 50% defines width of the text and frame, not picture; */

div.img { float: right;  border: double silver 3px; margin-left: 1em;
}
.img p 	{ margin: 10px; font-size: smaller; text-align: center; }
 
/* colors   td.navigation 	{  background-color: #f4f4f8; }
BACKGROUND-COLOR: #fafaf4 ;   */
