html {
  background-color : aliceblue;
}
kbd {
  background-color : silver;
}
table {
  border : 1px solid black;
  background-color : silver;
}
#adRight0 {
  left : 600px;
  margin : 0px;
  padding : 0px;
  position : absolute;
  top : 0px;
}
#adRight1 {
  left : 600px;
  margin : 0px;
  padding : 0px;
  position : absolute;
  top : 253px;
}
#game, #instructions, #notes {
  left : 5px;
  height : 490px;
  padding : 0px 4px 0px 4px;
  position : absolute;
  top : 24px;
  width : 580px;
}
#game, #tabGame {
  background-color : black;
}
#instructions, #tabInstructions {
  background-color : skyblue;
}
#instructions, #notes {
  overflow : scroll;
}
#navigation {
  left : 0px;
  padding : 4px 0px 2px 0px; /* MSIE6 compatibility */
  position : absolute;
  top : 2px;
  width : 580px;
}
#navigation a {
  border : none;
  color : darkblue;
  outline : none;
  text-decoration : none;
}
#navigation .Tab {
  border-left : 1px solid grey;
  border-right : 1px solid grey;
  border-top : 1px solid grey;
  padding : 2px 4px 2px 4px;
}
#navigation .Button {
  background-color : lightgrey;
  border : 2px solid grey;
  border-style : outset;
  color : black;
  padding : 1px 2px 1px 2px;
}
#notes, #tabNotes {
  background-color : powderblue;
}
#status {
  background-color : blue;
  left : 0px;
  padding : 0px;
  position : absolute;
  top : 460px;
  width : 588px;
}
#lives, #score {
  background-color : black;
  border : none;
  font-family : Verdana, sans-serif;
  font-size : 16pt;
  font-weight : lighter;
  color : white;
  position : absolute;
  text-align : right;
  width : 60px;
}
#lives {
  left : 0px;
}
#score {
  left : 520px;
}
