p { font-size: 8pt; font-family: Verdana, Tahoma, Arial; } 
p.bold { font-weight: bold; }
p.boldred { font-weight: bold; color:red; }
p.italic { font-style: italic; }
p.acronym { border-bottom: 1px dashed #FF9700; } 


/* To modify the look of the Universe Today syndicated content, just 
 * incorporate this text into your existing CSS style sheet and then
 * change the attributes however you like. If this is just gibberish to you, then 
 * don't worry about it, the content will look fine in almost every site design.
 */

/* 

This is the text underneath the image. */

td.image_credit {   
	font-size: 10px;
	font-weight: bold; 
	}

/* 

The title for the story */
	
td.story_title {
	font-size: 16px;
	color: #666666;
	font-family: arial; 
	font-weight: bold; 
	}
	
/* 

The text of the story */

td.story_content {
	font-size: 13px;
	padding : 5px;		
	}
	
/* 

The associated links with the story */

td.story_links {
	font-size: 10px; 	background-color : white;
	text-align : center;
	padding : 5px;	
	}

