body  {
  background-color: white;
  background-image: url(images/bg_logo.jpg);
  height: 750px;
  width: 750px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 75px;
  background-width: 90%;
}

h1  {
    text-align: center;
    color: red;
    background-color: yellow;
}

h2  {
    color: maroon;
}


h3  {
    color: darkgreen;
}

.blue {
  font-family: arial;
  font-size: .8em;
  color: #0000dd;
}

.red {
  font-family: arial;
  font-size: .8em;
  color: red;
}

.normred {
  font-family: arial;
  font-size: .9em;
  color: red;
}


.darkgreen {
  font-family: arial;
  font-size: .8em;
  color: darkgreen;
}

.colred {
  color: #cc0000;
}

table.results {
  width: 90%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #dddd00;
  color: #404450;
}

table.resultmen {
  width: 90%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #dddd00;
  color: #404450;
}

table.resultlad {
  width: 90%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #dddd00;
  color: #404450;
}

table.total {
  width: 70%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #dddd00;
  color: #404450;
}

table.summary {
  position: relative;
  margin: 0 0 0 150px;
  width: 50%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #dddd00;
  color: #404450;
}

table.results th {
  color: yellow;
  background-color: #e80000;
}

table.resultmen th {
  color: #ee0000;
  background-color: yellow;
}

table.resultlad th {
  color: #ffff06;
  background-color: #b80088;
}

#small_links {
  text-align: center;
  font-size: 0.7em;
}

#leftbox {
  float: left;
  margin: 10px;
}

#rightbox {
  float: right;
  margin: 10px;
}

table.tour {
  width: 120%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}

table.tour thead tr {
  border: 1px solid black;
}

table.tour thead th {
  border: 1px solid black;
}

table.tour tbody  td {
  border: 1px solid black;
}

table.tour tbody  tr {
  border: 1px solid black;
}

table.bmc {
  width: 50%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 0 0 150px;
  text-align: left;
  color: red;
}

table.bmc thead tr {
  border: 1px solid black;
}

table.bmc thead th {
  border: 1px solid black;
}

table.bmc tbody  td {
  border: 1px solid black;
}

table.bmc tbody  tr {
  border: 1px solid black;
}

.pictitle {
  font-family: cursive, comic sans MS;
  color: olive;
  font-size: 0.9em;
  text-align: center;
}

.comic {
  font-family: cursive, comic sans MS;
  font-size: 0.8em;
}

.war {
  background-color: #48f8f8;
}

#indent {
  position: relative;
  left: 50px;
}

