html{
	background:url('bemelimelo.jpg') no-repeat center right;
	min-height:100%;
    background-size:cover;
}
body{
	font-size:1.5em;
	color:#F5F5F5;
	min-height:100%;
}
p strong{
	font-size:1.5em;
	color:#e80d75;
}
p a {
	color:#ffffff;
	text-decoration:none;
}
p a:hover{
	text-decoration:underline;
}
