  h2 { font-size: 20px;
    font-weight: bold;
    }

  h1 { font-size: 20px;
    font-weight: bold;
    }

  a { text-decoration: none;
      color: rgb(130, 75, 76);
    }

  a:hover {
	text-decoration: none;
	color: rgb(0, 33, 0);
    }
  
