body {
	background: #0266FC;
	color: #000000; 
	font-family: Arial, "trebuchet ms", Verdana, Tahoma, "Times New Roman", Times, serif;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}

table {
  text-align: center;
}

th {
  font-size: 1.2em;
  text-align: center;
}

tr, td {
  font-size: 1.1em;
  text-align: left;
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bordered_table {
  font-size: 0.8em;
  text-align: center;
  border-color: #bdbdbd;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  background-color: #F9F9F9;
}

.grayboxheader {
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

.whitebox {
  font-size: small;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;  
  margin-left: 10px;
}

.indented_cell {
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.copyright {
  font-size: 0.7em;
  color: #000000;
  text-align: center;
}

.example {font-size:smaller; font-style:italic; font-weight:normal;}
.message {color:blue; font-weight:bold; text-align:center}
/*.error {color:red; font-weight:bold; text-align:center}*/


.grayboxfont {
  font-size: 0.8em;
  font-weight: normal;
  color: #424142;
}

.title {
  font-size: 1.4em;
  font-weight: bold;
  color: #262C4C;
}

.question {
  font-size: 1.2em;
  font-weight: bold;
  color: #262C4C;
}

.percentage {
  font-size: 0.9em;
  font-weight: normal;
  color: #000000;
}

.error {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #CB0404;
}

