
div.container-banner
{
  margin-bottom: 0px;
}

div.container-banner > div.newsbanner {
  margin: 0 auto 0 auto;
  padding: .5em 0 .5em 0;
}

div.container-banner > div.newsbanner p{
  text-align: center;
  align-content: center;
  margin-bottom: 0px;
}

div.container-banner > div.newsbanner.yellow{
  background: #f0f000;
}

div.container-banner > div.newsbanner.red{
  background: #ff0000;
}

div.container-banner > div.newsbanner.blue{
  background: #0f0;
}

div.container-banner > div.newsbanner.redwine{
  background: #6e0b14;
  color: #fff;
}

div.container-banner > div.newsbanner.redwine a{
  color: #fff;
}

div.container-banner > div.newsbanner a,div.container-banner > div.newsbanner a:hover 
{
  text-decoration: none;
}

div.container-banner > div.newsbanner.small p
{
  font-size: 1em;
}

div.container-banner > div.newsbanner.medium p
{
  font-size: 2em;
}

div.container-banner > div.newsbanner.big p 
{
  font-size: 3em;
}