body {
background-color:#424242; font-family:Verdana;
background-image:url('https://rco.neocities.org/imagenes/wintertree.png');
background-position:right center;
background-repeat:no-repeat;
margin:0%;
  }

.welcome {
  text-align:center;
  font-family:cursive;
  color:white;
  }
  
.texto {
  text-align:center;
  font-family:Courier;
  font-weight:bold;
  color:white;
  }
  
.linea {
	margin-top:5%;
	height:5%;
	width:100%;
	background-color:pink;
}
  
table {
	width:60%;
}

a {
	text-decoration:none;
	color:white;
}

a:hover {
	text-decoration:none;
	color:darkgrey;
}