@charset "utf-8";
/* CSS Document */

.whats-new {
	color: #fff;
	background-color: #3c79ca;
	font-size: 135%;
	font-weight:bold;
	border-color: #508dde #2865b6 #2865b6 #508dde;
	border-style: solid;
	border-width: 2px;
	padding: 2px 8px;
	text-decoration:none!important;
	text-align:center;
	width:180px;
}
.whats-new a:visited, .whats-new:visited{
	color: #fff;
}
.whats-new a:hover, .whats-new:hover{
	color: #fff;
	background-color: #2865b6;
	text-decoration:none;
}