p.banner
{border-radius: 5px 5px 5px 5px;
	line-height:20px;

border-color:#f8f8f8;
 background: #f9f9f9;
	color: #990000;
margin-top: 0px;
    text-align: center; 
padding: 5px;
    vertical-align: baseline;
    border-style: outset; border-width: 1px; 
font-size: 1.0em;
font-weight: bold;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) ;
}

p.banner:hover,
p.banner:focus {
  color: #004682;
  background: #f9f9f9;
  text-decoration: none;
line-height:20px;

}