#whats_new_nav {
	background: #f3c4dd;
	padding: 10px;
	margin-bottom: 20px;
	
	font-weight: bold;
	color: #ffffff;
}

#whats_new_nav a {
	margin-left: 20px;
}
#whats_new_nav a:link,
#whats_new_nav a:active,
#whats_new_nav a:visited {
	color: #AD0075;
	text-decoration: none;
}
#whats_new_nav a:hover {
	color: #de62a4;
	text-decoration: none;
}
