body {
  background-color: rgb(104, 148, 206);
  color: brown;
}
table{color: blueviolet;}
th{color: rgb(255, 0, 13);background-color: bisque; }

table,td,th{ border: 1px solid; text-align: center;
        margin: auto;}
h1 {
  color: blue;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
  color: rgb(226, 199, 44);
}
h3 {
  color: rgb(114, 197, 47);
}
p {
  color: rgb(235, 18, 18);
}

h2#h2_esp {
  text-align: right;
}
p#p_esp {
  color: rgb(0, 0, 0);
}
p#p_esp2 {
  color: rgb(0, 0, 0);
  font-size: smallER;
}
p#p_esp3 {
  text-align: right;
}
