h1{ color: white;
}
table { 
  border: 2px solid black;
  width: 698px;
  padding: 0px;
}
th{font-size: 30px;
	    text-align: left;
		background-color: #e56910;
		color: white;
  padding: 3px;
	}
td{font-size: 25px;
	    text-align: left;
  padding: 3px;
	}
select,textarea{font-size: 28px;
	}
input[type=text] { 
        	width: 500px; 
		height: 30px; 
		font-size: 25px
	} 
input[type=radio] { 
        	width: 30px; 
		height: 30px; 
	} 
input[type=checkbox] { 
        	width: 30px; 
		height: 30px; 
	} 
.button {
		background-color: #e56910;
		border: none;
		color: white;
		padding: 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 40px;
		margin: 2px 2px;
		border-radius: 12px;
	}
	.footer {
	    font-size: 18px;
	}

a.nav:link, a.nav:visited {
  background-color: #00594C;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}
a.nav:hover, a.nav:active {
  background-color: #4e008e;
  color: white;
}

a.now:link, a.now:visited {
  background-color: #4e008e;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}


a:link, a:visited {
    color: #00594C;
}

a:hover, a:active {
  color: #4e008e;
}
