@import url(http://fonts.googleapis.com/css?family=Raleway);

.menu_link {
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    background-color : #7C0000;
}

.link-style {
  color: white;
  font-family: sans-serif;
  text-decoration: none;
}

.link-style:hover {
  text-decoration: underline; /* Aggiungi un effetto hover, se desiderato */
}




/*.div-centrato{
position:absolute;
top:50%;
left:50%;
width:700px;
height:400px;
margin-left:-350px;
margin-top: -200px;
color:#000;
font-weight:bold;
padding:0;
background-color:#fff;
}*/

