body {
  	background-image: url("/image/aloamaralo.jpeg");
	background-repeat: no-repeat;
    background-size: cover;
}



.div22 {font-size:22px; background-color: coral; color: white;}
.div20 {font-size:20px; color: black;}
.div15 {font-size:15px; color: red;}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

.center {
  margin-left: auto; 
  margin-right: auto;
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
   
