@charset "utf-8";
/* CSS Document */
h3 {/*display: inline-flex;*/ 
	background-color: green; 
	color:white;
	/*color: darkgreen;
font-weight: bold;
border-radius: 5px;
border-color: gray;*/
}
h4 {display: inline-flex; background-color: lightgreen; color:black;
 /*  border-width: 2px;
  border-radius: 5px;
  border-color: gray;
   width: 70%; 
  border-style: solid;
 padding: 5px; */
}
/*h5 {margin-left:20px;}*/

