/* 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: 11px;
	font-weight: bold; 
	}

/* The title for the story */
	
td.story_title {
	font-size: 18px;
	color: #FFFF00;
	font-family: arial; 
	font-weight: bold; 
	}
	
/* The text of the story */

td.story_content {
	font-size: 13px;
	padding : 5px;
	color: #FFFF00;		
	}
	
/* The associated links with the story */

td.story_links {
	font-size: 12px;
	font-weight: bold; 	
  	background-color : #FFFF00;
	text-align : center;
	padding : 5px;	
	}
	td.alien {
	font-size: 13px;
	padding : 5px;
	color: #FFFFFF;		
	}

#myBox TABLE TD H3 H4{

}

#myBox H3{
	font-size: 14px;
	font-weight: bold; 	
	COLOR:#FFFFFF;
}

A:link {
        COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:visited {
        COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:hover {
        COLOR: #9393b7; TEXT-DECORATION: underline
}

.defHeader
{	font-size: 8pt;
	margin-top: 0px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif;
	color: #FFFF00;
	font-style: italic;
	border-style: solid;
	width : 40%;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #FFFF00;
	margin-bottom: 0px;
}