BODY {
  margin-top: 4em;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
  color: #333333;
  background: #eeeeee;
}

TABLE {
  margin-left: auto;
  margin-right: auto;
}

IMG {
  border: 0;
  vertical-align: top;
}

UL {
  padding-left: 20px;
}

LI {
  padding-bottom: 5px;
}

.maintext {
  font-size: 10pt;
  width: 295px;
  padding-top: 30px;
  padding-left: 5px;
}

.movietext {
  font-size: 10pt;
  width: 295px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
}

.navimages {
  padding-top: 28px;
  line-height: 10px;
  height: 10px;
}

.logo {
  width: 300px;
}

/*
 * COLORS
 */
.invisible { color: #eeeeee; }
.darkpink { color: #990066; }

/*
 * SIZES
 */
.title { font-size: 14pt; font-weight: bold; }
.small { font-size: 7pt; }
.med { font-size: 8pt; }
.bold { font-weight: bold; color: #000000; }

/*
 * LINKS
 */
A:link { color: #cc3366; text-decoration: none; }
A:visited { color: #ff3399; text-decoration: none; }
A:hover { text-decoration: underline; }