/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial;
	font-size: small;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

newslink{
	font-family: Arial;
	font-size:12px;
	color:#333333;
}

a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story a{
	padding: 0px 0px 0px 0px;
}

.story a:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.story a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.story a:hover{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

