/*fichero de estilo de refranes*/
/*hecho por carlos y jorge*/


body {background-color: #006417;
      font-family: sans-serif;}

h1 {font-size: 300%;
    text-transform: capitalize;}

p.infancia {color: white;
             font-family: serif;
             font-style: oblique;}

p.animal {color: yellow;
          font-family: sans-serif;}

p.letra {color: orange;
         font-family: monospace;
         font-size: 20px;}   

p.numeros {color: red;
           font-family: cursive;}        