html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:-1;
}
a {
  color: #003399;
  text-decoration: none;
}
a:visited {
  color: #CC9933;
}
a:hover, a:active {
  color: #CC9933;
  text-decoration: underline;
}
p {
  text-align: left;
}
.padding {
  padding: 5px;
}
.subtitle {
  color: #960;
  margin-top: 30px;
  font-weight: bold;
}
.additional_links {
  text-align: right;
  padding-right: 5px;
}
#default {
  padding-left: 5px;
}
#helpful_info_text {
  text-align: left;
}
#header {
  background-image: url("http://www.harding.edu/nav/images/HUheaderLong2final.jpg");
  background-repeat: repeat-x;
}
#footer {
  height: 20px;
  padding: 5px;
}

.hide {display:none};
.show {display: block};
.toggle {cursor: pointer; font-weight: bold; width: 400px;}
