/* General settings for HTML tags */

body {
  font: 12px Verdana, sans-serif;
}

/*
 * This makes everything the same size, so I don't have to worry about
 * different sizes in different browsers.
 */

* {
  font-size: 1em;
}

big {
  font-size: 2em;
  font-weight: bold;
}

/*
 * But it also means that I have to set sizes for some things manually.
 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}

h4 {
  margin: 0;
  padding: 0;
}


p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

form {
  margin: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

tr {
  border: 0;
}

td { 
  vertical-align: top;
}

.bu {
  text-decoration: underline;
  font-weight: bold;
}