@charset "UTF-8";

.container-header{
background-color: #800080;
background-image: none;
}

.site-grid {
    background-color: #FFFF00;
    padding: 0 0.5em;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}


