body {
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #1c2f66;
  font-size: 100%;
  background: transparent;
}

a:link    { background-color: transparent; color: #1c2f66; }
a:visited { background-color: transparent; color: #1c2f66; }
a:hover   { background-color: transparent; color: #1c2f66; }
a:active  { background-color: transparent; color: #1c2f66; }


.sitetitle {
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #1856a8;
  font-size: 200%;
  background: transparent;
}

.boxtitle {
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #1c2f66;
  font-size: 150%;
  background: transparent;
}

.jobName {
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  font-weight: bold;
  color: #1c2f66;
  font-size: 150%;
  background: transparent;
}

.contentouter {
  border: solid #cccccc 1px;
}

.copy {
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #999999;
  font-size: 65%;
  background: transparent;
}

.copy a:link    { background-color: transparent; color: #666666; }
.copy a:visited { background-color: transparent; color: #666666; }
.copy a:hover   { background-color: transparent; color: #666666; }
.copy a:active  { background-color: transparent; color: #666666; }

.linksbox {
  font-size: 90%;
  border: solid #cccccc 1px;
  color: black;
  background-color: white;
  padding: 10px 2px 10px 2px;
}

.linksbox a:link    { background-color: transparent; color: black; }
.linksbox a:visited { background-color: transparent; color: black; }
.linksbox a:hover   { background-color: transparent; color: black; }
.linksbox a:active  { background-color: transparent; color: black; }

.small {
  font-size: 50%;
}

