h3
{
color: #fff;
background-color: #038b03;
-moz-border-radius: 5px;
border-radius: 5px;
padding:6px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}

h4
{
padding: 10px; 
border-radius: 3px; 
height: 35px; 
color: #fff;
line-height: 35px; 
display: inline;
box-shadow: 3px 3px 5px #2b3e53; 
background-color: rgb(43, 62, 83);
}