h2 {
  margin:0 auto;
  box-shadow: 5px 5px 5px #888888;
  background-color: #0092DC;
  color: #015666;
}


h3 {
    color: #fff;
    background-color: #green;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: bold;
    color: #000;