BODY {
  font-family: Tahoma, Arial, sans-serif;
  color: black;
  background-color: white;
border: 6px solid #aaa;
border-radius: 20px 20px;
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px 20px;
  -ms-border-radius: 20px 20px;
  -o-border-radius: 20px 20px;
  background-image: url('http://oceandata.azti.es:8080/thredds/fileServer/CABECEROS/cabecera_thredds.png');
  background-position: top left;
  background-repeat: no-repeat;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  -o-box-shadow: 10px 10px 5px #888;
  -ms-box-shadow: 10px 10px 5px #888;
margin: 100px 16px 98px 10px;
}

H1 {
  font-family: Tahoma, Arial, sans-serif;
  color: white;
  /*background-color: #525D76;*/
background-color: #FF8C00;
  font-size: 22px;
}

H2 {
  font-family: Tahoma, Arial, sans-serif;
  color: white;
  background-color: #525D76;
  font-size: 16px;
}

H3 {
  font-family: Tahoma, Arial, sans-serif;
  color: white;
  background-color: #FF8C00;
  font-size: 14px;
}

B {
  font-family: Tahoma, Arial, sans-serif;
  color: white;
  background-color: #525D76;
}

P {
  font-family: Tahoma,Arial,sans-serif;
  background: white;
  color: black;
  font-size: 12px;
}

A {
  color : black;
}

A.name {
  color : black;
}

HR {
  color : #525D76;
}
