body {
      text-weight: bold;      
      font-family: sans-serif; 
      border: solid;
      padding: 1em;
      color: white;
      background-color: black;
}
a:link { color: yellow; }
a:visited { color: lightyellow; }
a:active { color: orange; }
h1:first-letter { color: #f00; }
h1 { text-align: center; background-color: blue; color: white; font-family: cursive;}
span.autor { text.weight: bolder; color: yellow; }

table.sites {
  font-size: small;
  background-color: darkmagenta;
  color: lightyellow;
  border: solid blue thin;
}

.sites th {
  background-color: blue;
  color: yellow;
  font-weight: bolder;
}
.sites th a:link { color: yellow; }
.sites th a:visited { color: lightyellow; }
.sites th a:active { color: orange; }

h4.ultimos {
  padding-top: 5px; 
  padding-right: 5px; 
  padding-bottom: 5px; 
  padding-left: 1em; 
  background-color: rgb(0,0,80); 
  border-top-width: thin; 
  border-top-style: solid;
  border-top-color: darkblue; 
  text-align: center; 
}

td.ultimos {
  padding-top: 10px; 
  padding-right: 10px; 
  padding-bottom: 10px;
  padding-left: 10px; 
  background-color: blue; 
  line-height: 130%; 
  border-bottom-width: medium; 
  border-bottom-style: solid; 
  border-bottom-color: darkblue; 
  border-right-width: thin; 
  border-right-style: solid; 
  border-right-color: darkblue; 
}

td.separa {
  background-color: black; 
}

td.permanente {
  padding: 10px;
  background-color: #502;
  border: solid thick red; 
}

.icon {
	text-align: center;
}