@charset "utf-8";
/* CSS Document */
h1 {background-color: lightgoldenrodyellow; color:black;}
h2 {display: inline-flex; background-color: lightgrey; color:black;}
h3 {/*display: inline-flex;*/ 
	background-color: darkgreen; 
	color:white;
}
h4 {display: inline-flex; background-color: lightgreen; color:black;
}
/*h5 {margin-left:20px;}*/
a:link {
  color: maroon;
	text-decoration: none;
	font-weight: bold;
	
}

a:visited {
	color: maroon;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: green;
  text-decoration: underline;
	font-weight: bold;
}

a:active {
  text-decoration: underline;
}

