body {
  color: rgb(100, 75, 120);
  background-color: rgb(253, 234, 203);
/*  font-family: Comic Sans MS; */
  font-family: Arial;
}

.body h1 {
 text-align: center;
 font-size: 125%;
}

#head {
  width: 435px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  border-top: 1px black solid;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}

#narrowmain {
  border-top: 1px black solid;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

#foot {
  width: 100%;
  text-align: center;
  clear: both;
  border-top: 1px black solid;
  margin-top: 5px;
  padding-top: 5px;
}

.title {
  font-family: Comic Sans MS;
  text-align: center;
  width: 80px;
  color: rgb(120, 90, 180);
  font-size: 175%;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

p {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.signature {
  font-size: 80%;
  text-align: center;
}

.vimpower {
  font-size: 70%;
  text-align: center;
}

.img_noborder {
  vertical-align: middle;
  border: 0px solid;
  margin-top: 5px;
}

.center_text {
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}
.comic-neue-light {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
}

.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: normal;
}

.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: normal;
}

.comic-neue-light-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: italic;
}

.comic-neue-regular-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: italic;
}

.comic-neue-bold-italic {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: italic;
}

table {
  padding-left: 20px;
  padding-right: 20px;
}

ul.no-bullets {
  list-style-type: none;
  margin-left: 0px;
}

