html {
  background-color: lightblue;
  }
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  }
#spacer_10px {
  width: 70%;
  height: 20px;
  margin: 0px auto;
  }
.menuLink {
  color: blue !important;
  font-weight: bold;
  font-size:.9em;
  text-decoration: none;
  }
.userLink {
  color: green !important;
  text-decoration: none;
  font-size:.9em;
  font-weight: bold;
  }
#headerImg {
  
  }
.headerImg {
  margin-top: 40px;
  }
#textBlock {
  height: auto;
  margin: 10% auto;
  font-size: .9em;
  text-align: left;
  font-weight: bold;
  width: 80%;
  border: solid 1px black;
  background-color: white;
  padding: 20px;
  overflow: auto;
  margin-top: 50px;
  box-shadow: 10px 10px 15px #888888;
  -webkit-box-shadow: 10px 10px 15px #888888;
  border-radius: 10px;
  -moz-border-radius: 10px;
  }
#pTitle {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  }
#oops {
  width: 70%;
  height: 100px;
  margin: 0px auto;
  font-size: 2em;
  color: red;
  }
#error {
  font-size: 1.2em;
  color: red;
  text-align: left;
  margin-left: 100px;
  }
div.create_user {
  width: 400px;
  height: 270px;
  margin-top: 100px;
  background-color: white;
  border: 1px solid navy;
  }
div.user_left {
  text-align: right;
  line-height: 1.44em;
  margin-left: 65px;
  margin-top: 32px;
  position: absolute;
  } 
div.user_right {
  text-align: left;
  line-height: 1.25em;
  margin-left: 200px;
  margin-top: 32px;
  position: absolute;
  }
.h3 {
  font-size: 1.2em;
  font-weight: bold;
  }
  
