@charset "UTF-8";

a.ref:link {
	color: #005eb8;
	text-decoration: underline;
}

a.ref:visited {
	color: #0081f9;
	text-decoration: underline;
}

a.ref:hover {
	color: black;
	text-decoration: none;
}

a.ref:active {
	color: #0055a5;
	text-decoration: none;
}
	
a.noh:link, a.noh:visited, a.noh:hover, a.noh:active  {
	background-color: none;
	text-decoration: none;	
}
	
a.foot:link {
	color: white;
	text-decoration: underline;
}

a.foot:visited {
	color: #ddd;
	text-decoration: underline;
}

a.foot:hover {
	color: #ddd;
	text-decoration: none;
}

a.foot:active {
	color: #ddd;
	text-decoration: none;
}

.w3-highlight {
	background-color: #97EA27;
	color: black;
	font-style: normal;
}
	
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
