/* 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: 12px;
	color: #666666;
	font-family: arial; 
	font-weight: bold; 
	}
	
/* The text of the story */

td.story_content {
	font-size: 10px;
	padding : 5px;		
	}
	
/* The associated links with the story */

td.story_links {
	font-size: 10px;
	font-weight: bold; 	
  	background-color : #666666;
	text-align : center;
	padding : 5px;	
	}
