/*
media e20035
one 1a171b
pr ec5f27
adv 96bf0d
digital 76a4d0
*/

body { 
 	background: url(../images/bg_1.png) top center repeat-y #000;
	border-top:5px solid #e20035;	
}

a:hover {
	color: #e20035 !important; 
	text-decoration: none;
}

.menu a:hover {
	color: #e20035; 
	text-decoration: none;
}

.footer_menu a:hover {
	color: #e20035; 
	text-decoration: none;
}


.news {
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.about {
	color:#000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.about p, .news p, .services p  {color:#f7f7f7;}
.about p:hover, .news p:hover, .services p:hover  {color:#f7f7f7;}

.services {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}