body {
  font-family: arial, verdana;
  font-size: 11px;
}
body table tr td {
  font-size: 11px;
}
input {
  margin-bottom: 0px;
}
#results {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}
#filtered {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #FF00FF;
  background-color: #FFEEFF;
}
#edu {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #FF0000;
  background-color: #FFEEEE;
}
#gov {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #00FF00;
  background-color: #EEFFEE;
}
#def {
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #0000FF;
  background-color: #EEEEFF;
}
#getcsv {
  position: relative;
  left: 500px;
  top: 110px;
}
h1 {
	font-size: 1.4em;
	line-height: 120%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 1.0em;
	line-height: 120%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
h1.inline2 {
	display:inline;
}
h2.inline2 {
	display:inline;
}