BODY {
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  color: black;
  margin: 1em 2em
}

.light {
  background: url(/common/tiles/light.jpg) white;
}

.grey {
  background: url(/common/tiles/grey.jpg) #eeeeee;
}

.rainbow {
  background: url(/common/tiles/rainbow.jpg) white;
}

body.menu {
  background: url(/common/tiles/grey.jpg) #eeeeee;
  margin: 0;
}

P {
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  color: black;
  margin: 1em 2em
}

H1 {
  font-family: helvetica, arial, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  margin: 3%;
}

H2 {
  font-family: helvetica, arial, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  margin: 3%;
}

A:link {
  font-style: italic;
  text-decoration: none;
  color: #009900;
}

A:visited {
  font-style: italic;
  text-decoration: none;
  color: #006699;
}

A:active {
  font-style: italic;
  text-decoration: underline;
  color: #00ff00;
}

TABLE {
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  color: black;
}

.redbox {
  border-width: 6px;
  border-style: groove;
  border-color: red;
  margin: 1em;
  background: url(/common/tiles/grey.jpg) white;
}

.bigred {
  font-family: helvetica, arial, sans-serif;
  font-size: 24pt;
  font-weight: normal;
  font-style: normal;
  color: red;
}

.error {
  font-family: helvetica, arial, sans-serif;
  font-style: italic;
  color: red;
  text-align: center;
}

.menubar {
  margin: 0;
  font-size: smaller;
  text-align: center;
}

.linkbar {
  font-size: smaller;
  text-align: right;
  margin: 1% 8%;
}

.green {
  color: #003300
}

.compact {
  margin: 1%;
}

img.bordered {
  border: 10px solid white;
}
