/* CSS Document */

body {
	font-size: x-large;
}

.small_header{
	font-size: small;
}
.form_table {
		width:800px;
		border:black 1px solid;
	border-collapse: collapse;
		}
		.form_table table {
			border-collapse: collapse;
			border:1px thick;
		}
		.form_table th {
			background-color: #ccc;
		}
.form_table tr {
	border-bottom: 1pt solid #ccc;
}
		.sub-heading-row {
			font-weight:bold;
			background-color:#eee;		}
	.form_table	input[type=checkbox]
		{
		  /* Double-sized Checkboxes */
		  -ms-transform: scale(2); /* IE */
		  -moz-transform: scale(2); /* FF */
		  -webkit-transform: scale(2); /* Safari and Chrome */
		  -o-transform: scale(2); /* Opera */
		  transform: scale(2);
		  padding: 30px;
		}
		
		.submit_button {
			background-color: #008CBA; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
		}


.nav-link a:link, a:visited {
  background-color: #008CBA;
  color: white;
  border: 2px solid #008CBA;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
	width: 250px;
	margin: 5px;
}

.nav-link a:hover, a:active {
  background-color: white;
  color: #008CBA;
	width: 250px;
}

.small_italic{font-size: small;font-style:italic;}
.blue_text{color:darkblue}
.green_text{color:green}
.red_text{color:darkred}
