


.content {
	padding-top:0px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:50px;
	margin: 20px 20px 20px 20px; 
	text-align: left;	
	FONT-SIZE: 1.5em; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
}


h2.inst {
    color: blue;
    font-family: "Times New Roman", Times, serif;
    font-size: 160%;
	margin: 50px 10px 10px 10px;
	font-variant: normal;
}


h3 {
	margin: 0px 0px 0px 0px; 
}

hr {
	margin: 0px 0px 50px 0px;
}


ul {
  list-style-position: inside;
  padding-left:20px;
}





.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button2:hover {
  background-color: red;
  color: white;
}



/* formatting for tables */
#list {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
/  margin-left:auto; 
/  margin-right:auto;
}

#list td, #list th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:18px;
}

#list tr:nth-child(even){background-color: #f2f2f2;}

#list tr:hover {background-color: #ddd;}

#list th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
}

#list a:link {
  text-decoration: none;
  font-weight:bold;
  color:#111;
}

#list a:visited {
  text-decoration: none;
  color:#111;
}

#list a:hover {
  text-decoration: none;
  color:#00f;	
}

#list a:active {
  text-decoration: none;
  color:#f00;
}
/* ############################################################ */
