#logomarca{
          color: #28a42a;
          font-family: Trebuchet MS;
        }

        #logomarca:hover{
          color: #008B00;
          font-family: Trebuchet MS;

        }


  #linknav {
            transition: ease-in-out color .15s;
            font-family: Trebuchet MS;
            font-weight: bold;
            text-decoration: nome;
          }
  #linknav:hover {
            color: #28a42a;
            text-decoration: no      ne;

          }

  .btn btn-outline-success{
            color: #28a42a;
            border-color: #28a42a;
            text-decoration: nome;
          }

   p{
            font-family:Trebuchet MS;
           
          }
    #tituloform  {
          color: #28a42a;
          font-family: Trebuchet MS;
          
        }

     #tituloform:hover{
          color: #008B00;
          font-family: Trebuchet MS;
          
        }  

    #fim:hover{
    	color: #28a42a;
    }

    #links {
      transition: ease-in-out color .15s;
      font-family: Trebuchet MS;
      font-weight: bold;
      text-decoration: none;
      color: #28a42a;
      }

  #links:hover {
        color: #008B00;
        text-decoration: none;

      }
  