body {
  background: url(/resources/background.png);
  color: white;
}

div#leftbox {
  background: url(/resources/ebc-cogs2-crop2.png) no-repeat top left;
}

div#rightbox {
  background: url(/resources/background.png);
  color: white;
}

li.main {
  color: white;
}

a, a:visited {
  color: yellow;
}

a:hover {
  color: black;
  background-color: yellow;
}

a.menu, a.menu:visited {
  color: #9A98C1;
}

a.styleswitch, a.styleswitch:visited {
  color: white;
}

a.styleswitch:hover {
  color: black;
}

p.styleswitch {
  color: white;
}

