html{
	text-align: center;
	font-family:Comic Sans MS;
	background-color:#BCDEE3;
	color:#303030;
	position:relative;
	
}

.left{
	text-align: left;
	
}

#titulo{	
	font-size: 50px;
	background-color:#AFE8F0;
	border:1px;
	border-radius:10%;
	
}

.troll{
	font-size:75%;
	
}

img{
	border:1px;
	border-radius:5%;
	
}

h1{
	background-color:#AFE8F0;
	
}

.retraso-1{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	
}

#pre{
	font-size:50px;
	position:relative;
	
}

.retraso-3{
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
	
}

#navegador ul{
   list-style-type: none;
   text-align: center;
}

#navegador li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
}

#navegador li a {
   padding: 2px 7px 2px 7px;
   color: #666;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   text-decoration: none;
}