@charset "UTF-8";


body {
	background-color: green;
	color:white;
}

div#entra {font-size:100px;font-family: "Comic Sans MS", "Comic Sans", cursive;}



a:link,a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: underline;
	color:yellow;
}
