h1 {
		color: #4DA0AB;
		font-weight: bold;
		font-size: 25;
 }
h2 {
		color: #4DA0AB;
		font-weight: bold;
		font-size: 20;
 }
 
a {
		color: #4DA0AB;
		font-weight: bold;
		text-decoration: none;
	}
a:hover {
		color: #000099;
	}
