/*Fichero de frases estilo*/
/*Creado por Sergio*/ 


body{
	background-color: green;
	font-family: sans-serif;

}

h1{
	font-size: 300%;
	text-transform: capitalize;
}

p{
	font-size: 25px;
}


p.infancia {
  color: white;
  font-family: serif;
  font-style: oblique;
}

p.animal{
	color: yellow;
	font-family: serif;
	font-style: sans-serif;


}

p.letra{
	color: orange;
	font-family: monospace;
	font-size: 14px

}

p.numero{
	color: red;
	font-family:cursive;

}
