body {
  background-color: white;
  color: #6B0015;
}

div#leftbox {
  background: url(/resources/ebc-cogswhite-crop2.png) no-repeat top left;
}

div#rightbox {
  background: white;
  color: black;
}

div#middlebox {
  color: black;
}

a, a:visited {
  color: blue;
}

a:hover {
  color: white;
  background-color: blue;
}

a.menu, a.menu:visited {
  color: black;
}

a.styleswitch, a.styleswitch:visited {
  color: black;
}

a.styleswitch:hover {
  color: white;
}

p.styleswitch {
  color: #6B0015;
}

h1, h2 {
  color: #6B0015;
}

