body {  
  padding: 0;
	margin: 0;
	width: 100%;
  background-color: #262626;
}

.left_side { 
  background: url("images/left_box.gif");
  background-repeat: repeat-y;
  background-position: center;
}

.right_side { 
  background: url("images/right_box.gif");
  background-repeat: repeat-y;
  background-position: center;
}
.blue_left_side { 
  background: url("images/blue_left_box.gif");
  background-repeat: repeat-y;
  background-position: center;
}

.blue_right_side { 
  background: url("images/blue_right_box.gif");
  background-repeat: repeat-y;
  background-position: center;
}
.header { 
  font: normal normal bold 15px arial
}

.headerGrey { 
  font: normal normal bold 15px arial;
	color: #666666;
}
.questionsCopy {
  font: normal normal bold 15px arial
}
.correct { 
  font: normal normal bold 15px arial;
	color: #006600;
}
.incorrect { 
  font: normal normal bold 15px arial;
	color: #FF0000;
}
.notice { 
  font: normal normal bold 10px arial;
	color: #FFFFFF;
}
