@import 'common.css';

#profile {
	color: #525252;
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
}

#profile .img {
	border: 1px solid #525252;
	margin-bottom: 4px;
}


#news {
	color: #525252;
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
}

#news h1 {
	font-size: 17px;
	font-weight: bold;
	color: #3eacdf;
}

#news h4 {
	font-size: 11px;
	font-weight: normal;	
	color: #8d8d8d;
	margin-left: 2px;
	margin-top: 5px;
}

#news p {
	font-size: 11px;
	color: #525252;
	text-align: justify;
}

#news li {
	margin-left: 20px;
}

#news a, #news a:visited {
	color: #ff0084;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#news a:hover {
	color: #ff0084;
	font-weight: bold;
	border-bottom: 1px solid #ff0084;
}

#news .img {
	border: 1px solid #525252;
	margin-right: 10px;
	float: left;
}

.more {
	text-align: right;
}

#display-settings {
	text-align: center;
	color: #525252;
	font-size: 11px;
}

#display-settings a, #display-settings a:hover, #display-settings a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #525252;
	font-weight: normal;
}

#display-settings .active {
	font-size: 11px;
	color: #74a200;
}
