#news-loop {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.news-headline {
	font-size: 18px; 
	font-weight: normal;
}
.newsbutton {
	border: 0;
	padding: 5px;
	float: right;
	font-family: Arial; 
	font-size: 14px;
	line-height: 0;
}
.newsbutton a {
	border: 1px solid #000000; 
	margin: 0pt; 
	padding: 0px 15px 0px 15px;
	outline-color: -moz-use-text-color; 
	outline-style: none; 
	outline-width: medium; 
	line-height: 10px; 
	text-align: center; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #999; 
	font-style: normal;
	text-shadow: 1px 1px 1px #000000;
	margin-left: 20px;
}
.newsbutton a:hover{
	border: 1px solid #000000; 
	background-color: #C90;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.newsbutton a:active{
	outline-color: -moz-use-text-color; 
	outline-style: none; 
	outline-width: medium;
}