/* w3custom.css
/* used with w3-css framework
/* 2020-08-03

/* ======= LINKS ================================= */

a:link    		{ 	color: #3679B8; text-decoration: none; }
a:visited 		{ 	color: #3679B8; text-decoration: none; }
a:hover   		{ 	color: maroon; text-decoration: underline; }
a:active  		{ 	color: #3679B8; text-decoration: -moz-none: ;; }
.nostyle a  	{ 	color: #002884; text-decoration: none; }
*/

/* a, a:visited 			{ color: #1f2f25; text-decoration: none; outline: none; }
a:hover, a:focus		{ color: #921206; text-decoration: none; }
p a, p a:visited 		{ line-height: inherit; }
dt a, dt a:visited,
dd a, dd a:visited 		{ color: #24168b; text-decoration: none; outline: 0; }
*/

/*a:link {  color: #0083cf; text-decoration: none; font-weight: 600;}
a:visited {  color: #0083cf;}
a:hover {  color: red; }
a:active {  color: #0083cf; }
*/

/*
a, a:visited      { color: #2251bd; text-decoration: underline; }
a:hover           { color: red;text-decoration: none; }
a:focus,
a:active          { background: yellow; }
*/

