@charset "UTF-8";

.newsDate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #CCC;
	margin-bottom: 10px;
}
.newsItem {
	margin: 5px;
	padding: 15px;
	width: 75%;
	border: 1px solid #36353A;
	background-color: #000;
}
.newsTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B32026;
	font-variant: normal;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: lighter;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 5px;
}
.newsIntro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin-bottom: 10px;
}
a.newsTitle:link { 
	text-decoration: underline;
	}
a.newsTitle:visited { 
	text-decoration: underline;
	}
a.newsTitle:hover {
	color: #990000;
	text-decoration: underline;
	cursor:hand;
	}
a.newsTitle:active { 
	text-decoration: none;
	}