/*
CSS for NHSRF Web Database
*/

html {height: 100%;}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 28px;
  background-color: navy;
  color: white;
  padding-top: 3em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin-bottom: 5%;
}

p {
  font-family: Tahoma,Helvetica, Arial, sans-serif;
  margin-left: 5%;
  margin-right: 10%;
  font-size: medium;
  color: red;
}


.changetxt {
  color: blue;
  margin-bottom: 5%;
}

.inputs {
  margin-right: 40%;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: black;
}



em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

#logo {
  position: absolute;
  top:130px;
  left: 80px;
}

#search {
  position: relative;
  left: 100px;
  margin-bottom: 5%;
}