
body {
  background-color: #ccccff;
  font-family:      sans-serif;
  color:            #000000;
}
.banner {
  font-weight: bold;
  text-align:  center;
  font-size:   x-large;
  width:       400px;
}
.underline {
  text-decoration: underline;
  font-size:       large;
}
.italic {
  font-style: italic;
  font-size:  small;
  color:      #0000ff;
}
.indent {
  text-indent: 50px;
}
img {
  border: 0;
  vertical-align: middle;
}
td.categories {
  white-space:    nowrap;
  letter-spacing: -1px;
  font-weight:    bold; 
}
td.items {
  letter-spacing: -1px;
}
a {color: black;}
.boxtitle {
  font-weight: bold;
  font-size:   small;
  text-align:  center;
}
.boxtext {
  font-size:  x-small;
  text-align: justify;
}
.important {
  color: #cc0000;
  text-align: center;
}
.error {
  color:       #cc0000;
  font-size:   x-large;
  font-weight: bold;
  text-align:  center;
}
.full_width {
  width: 100%;
}
