#blog {
  width: 450px;
  height: 250px;
  overflow: auto;  
}
#blog .enlace {
  color: #0000ff;
  font-family: Tahoma;
  font-size: 10px;
  text-decoration: none;
}
#blog .texto {
  color: #000000;
  font-family: Tahoma;
  font-size: 12px;
}
#blog .nick {
  color: #001862;
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
}
#blog .email {
  color: #008080;
  font-family: Arial;
  font-size: 10px;
}
#blog .fecha1 {
  color: #008080;
  font-family: Tahoma;
  font-size: 12px;
}
#blog .fecha2 {
  color: #d00000;
  font-family: Tahoma;
  font-size: 12px;
}
#blog .mensaje {
  font-weight: bold;
  color: #000000;
  font-family: verdana;
  font-size: 12px;
  word-wrap: break-word;
}
#blog .i {
  width: 100px;
  height: 20px;
  color: #000000;
  background-color: #c0c0c0;
  border: #c0c0c0 2px inset;
  font-family: Tahoma;
  font-size: 10px;
}
#blog .b {
  width: 70px;
  height: 25px;
  color: #0000ff;
  background-color: #d0d0d0;
  border: #c0c0c0 2px outset;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
}
#blog textarea {
  width: 400px;
  height: 300px;
  color: #000000;
  background-color: #c0c0c0;
  border: #c0c0c0 2px inset;
  font-family: Tahoma;
  font-size: 10px;
}

#blog .link {
  color: #0000ff;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}

#links {
  width: 100%;
  height: 100px;
  overflow: auto;
  text-align: center;
}
#links a {
  display: block;
}
#links hr {
  color: #000000;
  height: 1px;
}