body {
  background-color: white; 
  color: black; 
  font-size: medium; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
body.blankback {
  background: none;
  }
body.ernieback {
  /*
  background: url(ern_white.jpg);
  background-size: 640px 480px;
  -moz_background-size: 640px 480px;
  */
  background: url(we_the_man.jpg);
  background-size: 640px 380px;
  -moz_background-size: 640px 380px;
  background-repeat:no-repeat;
  }
input {
  color: black; 
  font-size: medium; 
  }
.float {
  float: left;
  }
.clear {
  clear: left;
  }
#leftphoto {
  margin-left: 1ex;
  margin-top: 1ex;
  }
#rightstuff {
  margin-left: 3ex;
  margin-top: 3ex;
  }
#bottomstuff {
  margin-left: 1ex;
  margin-top: 1ex;
  }
a {
  font-size: medium; 
  }
a.padded {
  margin-right: 3em;
  }
a.major {
  font-size: large; 
  }
a.homelink {
  font-size: medium; 
  }
h1 {
  font-size: large; 
  font-weight: bold;
  color: black;
  }
h2 {
  font-size: medium; 
  font-weight: bold;
  }
h3 {
  font-size: medium; 
  font-weight: normal;
  }
ul.nobullet {
  list-style-type: none;
  margin-left: 0;
  margin-top: 6ex;
  padding-left: 0;
  text-indent: 0;
  line-height: 6ex;
  }
.lastupdated {
  font-size: x-small;
  font-style: italic;
  }
img.middle {
  vertical-align: middle;
  }
img {  
  border-style: none;
  }
a:link {
  text-decoration: none; 
  color: black;
  }
a:visited {
  text-decoration: none; 
  color: black;
  }
a:active {
  text-decoration: none; 
  color: black;
  }
a:hover {
  text-decoration: none; 
  font-weight: bold; 
  color: black;
  }




