@import url('common.css');
@import url('design.css');


a:link, a.fresh:link, a.fresh:visited { color: #ffd800; }
a:visited { color: #ffd800; }
a:hover { text-decoration: none; }

.header {
	line-height: 100%;
	color: #233e99;
	margin: 0 0 5px 0;
	font-size: 95%;
	font-weight: bold;
}

.header a:link, .header a:visited, .header a:hover {
	text-decoration: none;
}

.news {
	clear: both;
	margin-bottom: 15px;
}

.news .date {
	display: inline;
	padding: 2px 5px;
	background: #f8ae69;
	color: #252525;
	font-weight: bold;
	font-size: 75%;
}

.news img {
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 10px;
}

.news .title {
	margin: 5px 0 1px 0;
	font-weight: bold;
	font-size: 75%;
	margin-bottom: 5px;
}

.news .title a:link, .news .title a:visited, .news .title a:hover {
	color: #fff;
}

.news p {
	font-size: 75%;
}

strong {
	color: #ffd800;
}