@font-face
{
	font-family: 'Poppins';
	src: url('poppins/Poppins-Regular.ttf')
}

BODY
{
	FONT-FAMILY: Poppins;
}


h1, h2, h3
{
	font-family: arial;
}

.hero
{
	background-color: #D6FFCE;//#CCE2FF;//#3d81d6;
	
	border-bottom: 1px solid #AADDAA;
}

A.blacklink {text-decoration: none;FONT-WEIGHT: bold;color: black; background:transparent;}
A.blacklink:link {text-decoration: none;FONT-WEIGHT: bold;color: black; background:transparent;}
A.blacklink:visited {text-decoration: none;FONT-WEIGHT: bold;color: black; background:transparent;}
A.blacklink:hover {text-decoration: none;FONT-WEIGHT: bold;color: blue; background:transparent;}
A.blacklink:active {text-decoration: none;FONT-WEIGHT: bold;color: black; background:transparent;}