body{
  background-image: url(fotos.jpg);
}

.entry{
  background-color: #acabaa;
}

.entry-content{

}

img{
  width: 300px;
  float: left;
  margin-right: 20px;
}

p{
  height: 300px;
}


A 	  { color: #44aadd; }
A:link	  { color: #3399cc; text-decoration: underline; }
A:visited { color: #44aadd; text-decoration: underline; }
A:active  { color: #44aadd; text-decoration: underline; }
A:hover   { color: #44aadd; text-decoration: underline; }

