*{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
 }
figure{
       border: 5px solid #0FFF4E;
       width: 600.5px;
       padding: 3px;
       background-color: #b8ffc9;
      }
figcaption{
           text-align: center;
           font-style: italic;
           background-color: #b8ffc9;
           color: #001A06;
           font-size: smaller;
          }
img{
    width: 600px
   }
h1{
   text-align: center;
   color: #001A06;
   background-color: #b8ffc9;
  }
.descripcion{
             font-weight: bold;
            }
fieldset{
         background-color: #b8ffc9;
         width: 475px;
        }
legend{
       color: #001A06;
      }
ul{
   list-style: square;
  }
ol{
   list-style: upper-roman;
  }
#gatos{
       background-color: #8ACEFF;
      }
#perros{
        background-color: #FF8A8A;
       }
#aves{
      background-color: #BE5CFF;
     }
textarea{
         background-color: #b8ffc9;
         color: #001A06;
        }
.menu ul{
         list-style-type: none;
         margin: 0;
         padding: 0;
         overflow: hidden;
         background-color: #0FFF4E;
        }
.menu li{
         float: left;
        }
.menu li a{
          display: block;
          color: #001A06;
          text-align: center;
          padding: 10px;
          text-decoration: underline;
         }
.menu li a:hover{
           background-color: #fe0fbf
               }