	h1 {	color: #182a6e; font-size: 20px; font-weight:bold;	}
	
	h2 {	color: #2277be; font-size: 16px; font-weight:bold;	}
	
	h3 {	color: #182a6e; font-size: 14px; font-weight:bold;	}
	
	ul {list-style-type:square; }

	a {text-decoration: underline; font-weight: bold; }

	a:link 				{color:#15b95b;}
	a:visited 			{color:#15b95b;}
	a:hover 				{color:#2277be;}
	a:active 			{color:#2277be;}
	a:visited:hover 	{color:#2277be;}