
body {
	background-color: #e5e5e5;
	font-family: "Libre Franklin", helvetica, arial, sans-serif;	
}


h1 {  
  color: orange;
	font-size: x-large;
}

h2 {    
    color: orange;
	  font-size: medium;
}

a:link, a:visited {
  background-color: #bababa;
  color: black;
  border: 2px solid #24449e;
  margin-top: 4px;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #24449e;
  color: white;
}

a.logolink{
	margin: 12px 10px;
	padding: 4px 4px;
	border: 2px solid #e5e5e5;
	background-color: #e5e5e5;
}	

a.logolink:hover, a.logolink:active {
  background-color: #bababa;
  color: magenta;
  border: 2px solid #24449e;
}

a.textlink{
	background-color: #e5e5e5;
	border:0px;
	border: 0px;
	margin-top: 0px;
	padding: 0px;
  color:#808080;
}	

a.textlink:hover, a.logolink:active {
  background-color: #24449e;
  color:white;
}



.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:50%
}


.blue {
    color: #24449e;
}

.orange {
    color: #da7413;
}

.red {
    color: #d53d22;
}

.green {
    color: #387317;
}

.white {
  color: #ffffff;
}

.navtext-mylink {
    color: #f0f0f0;
}

.tooltip {
  position: relative;
  display: inline-block;  
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 210px;
  background-color: #24449e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: -16px;
  padding: 5px 0;
  font-size: smaller;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.noprint{
  
  display:block !important;
}

.print{
  display:none !important;
}