head {
	background-color: white;
	color: black;
}
Body {
	background-color: white;
	background-image: url('ISPEfig.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
p {
	margin: auto;
	line-height: 1.6;
	font-size: 110%;
	border-radius: 10px;
	background-color: white;
	color: black;
	text-align: left;
	border: 2px solid black;
	width: 90%;
	max-width:800px;
	padding: 12px 20px;
	}
table	{
	margin: auto;
	color: black;
	text-align: center;
	border: none;
	width: 100%;
	max-width:800px;
	padding:20px;
	}
header {
	text-align: center;
	background-color: white;
	color: black;
}
footer {
	background-color: transparent;
	color: black;
}
div {
	text-align: center;
}
h1 {
	text-align: center;
	color: black;
}
h2 {
	text-align: center;
	color: black;
}	
nav {
  float: left;
  width: 30%;
  background: rgb(180, 180, 125);
  padding: 20px;
  border: 1px solid black;
}
article {
  float: left;
  padding: 20px;
  width: 70%;
  background-color: rgb(139, 169, 82);
}
form	{
	margin: auto;
	background-color: rgb(180, 180, 125);
	color: black;
	text-align: left;
	border: 1px solid black;
	width: 90%;
	padding:20px;
}
th {
	text-align:center;
}
ul {
  list-style-type: none;
  display: inline-block;
  margin: auto;
  width: 100%;
  padding: 0;
  overflow: hidden;
  float: center;
}

.btn {
  background-color: green;
  border: solid;
  border-width:medium;
  border-color:black;
  border-radius: 25;
  color: white;
  padding: 6px;
  text-align: center;
  font-size: 20px;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.3s;
}

.btn:hover {
	background-color: green;
  border: solid;
  border-width:thin;
  border-color:black;
  border-radius: 25;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
}

li {
  float: left;

}

li a {
  line-height: 1.6;
  font-size: medium;
  display: block;
  padding: 8px;
}
a:link {
  color: white; 
}

a:visited {
  color: white;
}

a:hover {
  color: white;
  text-decoration: undeline;
}

a:active {
  color: white;
  text-decoration: underline;
}

.container {
	
}

.row {
	margin: auto;
	
}

.col-sm-4 {
	float: left;
}