@charset "utf-8";
/* CSS Document */

/* Dropdown Button */
/*.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  border: none;
}*/

/* The container <div> - needed to position the dropdown content */
/*.dropdown {
  position: relative;
  display: inline-block;
}*/

/* Dropdown Content (Hidden by Default) */
/*.dropdown-content {
  display: none;
  position: absolute;
  font-family: AngsanaUPC, LilyUPC, CordiaUPC;
  font-size: 29.8px;
  text-align:center;
  background-color: #ffa230;
  min-width: 204.8px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}*/

/* Links inside the dropdown */
/*.dropdown-content a {
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  font-weight:bold;
  display: block;
}*/

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color:  #ffc180;}*/

/* Show the dropdown menu on hover */
/*.dropdown:hover .dropdown-content {display: block;}*/

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #ff8c1a;}*/

.mynav{
	 display:block; position:relative; margin-top: -6%; padding-top: 5%; padding:-5% -15%; text-indent: -20px; 
		
}




h1 {text-align:center;}
tr {text-align:left;}
td {text-align:left;}


