.newsbar {
	background: #BFBFBF url(../../../images/skull-theme/thead_bg2.gif) top left repeat-x;
	border-top: 2px solid #E80101;
	border-bottom: 2px solid #AB0000;
        color : #151515;
	text-align: center;
	margin: 10px auto;
	padding: 1px 20px;
}

.newsbar a:link {
	color: #FF1414;
	text-decoration: underline;
}

.newsbar a:visited {
	color: #900D0D;
	text-decoration: underline;
}
 
.newsbar a:hover {
	color: #F20909;
	text-decoration: none;
}

.newsbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

