body {
  font: 12pt/1.2 georgia, new york ce, utopia, serif;
  color: #000;
}

#head, h1, #menu, #lang, .hidden, #breadcrumb {
  display: none; 
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px black dotted;
}

a[href]:after {
  content: ' [' attr(href) '] ';
}

#footer {
  font-size: 75%;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.tripsweb img {
  float: left;
  border: 1pt solid black;
  margin: 2pt 5pt 3pt 0pt; 
}

.tripsweb a {
  font-weight: bold;
}

#applicationform  em {
  font-size: 80%;
  color: gray;
}

#content .ansgood, #content .ansgood label {
  font-style: italic;
}

#content .usranswer {
  font-weight: bold;
}

#content .noul {
  margin: 0px;
  padding: 0px;
}

#content .noul li {
  list-style-image: none; 
  list-style-type: none;
  margin: 0 0 0.2em 0;
}

blockquote {
  margin: 1em;
}

#testform li {
  list-style-type: decimal;
  margin-bottom: 1em;
}

#testform .testanswer li {
  margin: 0em;
  list-style-type: lower-alpha;
}

#testform .testimage {
  display: block;
  max-width: 90%;
}
