body { background-color: #E5E5E5;
}

.container-header {
position: relative;
z-index: 10;
margin-bottom: 2px;
background-color: #000000;
color: #FFFFFF;
background-image: linear-gradient(135deg, #2F2F2F 0%, #2F2F2F 100%);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

h1 	{ font-size: 1.4em; }
h2 	{ font-size: 1.2em; }
h3 	{ font-size: 1.0em; }
h4  { font-size: 0.8em; }
h5  { font-size: 0.6em; }
