@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* NewS */
.news{
	background-color:#812445;
	padding:10px;
	color:#666;
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
	height:40px;
	border-radius:40px 40px 40px 40px;
}

.news a{color:#ffffff;}
.news a:hover{color:#ffffff;}





