<style>

a.Nav1:link { color: grey; text-decoration: none; 	}
a.Nav1:active { color: grey; text-decoration: none; }
a.Nav1:visited { color: grey; text-decoration: none; }
a.Nav1:hover { color: white; text-decoration: none; }

a.Nav2:link { color: grey; text-decoration: none; 	}
a.Nav2:active { color: grey; text-decoration: none; }
a.Nav2:visited { color: grey; text-decoration: none; }
a.Nav2:hover { color: white; text-decoration: none; font-weight: bold; }

a.Nav3:link { color: red; text-decoration: none; 	}
a.Nav3:active { color: red; text-decoration: none; }
a.Nav3:visited { color: red; text-decoration: none; }
a.Nav3:hover { color: white; text-decoration: none; font-weight: bold; }

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

a:hover img.border {  
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

/* Images */
img.Right {
  margin: 15px 0 15px 15px;
}

img.Left {
  margin: 0 15px 6px 0;
}

.Nav1 {
	font-size: 18px;
	font-weight: bold;
	color: grey;
	text-decoration: none;
	font-family: "Corbel";
	text-align: right;
}

.Nav2 {
	font-size: 14px;
	font-weight: bold;
	color: grey;
	text-decoration: none;
	font-family: "Corbel";
	text-align: left;
}

.Nav3 {
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	font-family: "Corbel";
	text-align: left;
}


.heading { 
font-size: 30px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: "Corbel";
	text-align: left;
}

	
	
</style>
