body	{font-family: Arial, Centaur, "Century Gothic";
	font-size: 14pt;}
	
		

p		{margin-left: 5pt;
 margin-right: 5pt;}
		

.boldword	{color: #0C2340; 
font-weight: bolder;}



img		{border-color: transparent;}



li.navlist	{display: inline; 
list-style-type: none;}
			
h1 {text-align: center; }

h2 {color:#E87722;}

a		{text-decoration: none;
	color: #0C2340;}
		


a:hover		{background: #E87722; 
color: #0C2340;}

.block {
  display: block;
  width: 25%;
  border: none;
  background-color: #0C2340;
  color: white;
  padding: 14px 28px;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
}

.block:hover {
  background-color: #E87722;
  color: black;
}


.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 28%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



