body{
	background-color:#555;
	font-family: Arial,sans-serif;
	color: #ccc;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	line-height: 1.5;	
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	background-color:#fff;
	margin: 0;
	padding: 10px 0px;
	border-bottom: 3px solid #cccccc;
	width: 100%;
}


/************* #globalNav styles **************/

#globalNav{
text-align:center;
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



.story1{
	font-family:tahoma;
	background-color:#000;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}

.story1	b{
	font-family: tahoma;
	font-size:18px;
	color: #cc9966;
}

.story1 p{
	padding: 0px 0px 10px 0px;
}
.story2{
	font-family:tahoma;
	background-color:#000;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 10px;
}

.story2	b{
	font-family: tahoma;
	font-size:12px;
	color: #cc9966;
}

.story2 p{
	padding: 0px 0px 10px 0px;
}

.time	b	{
font-size:11px;
}
