	/* begin body type */	/* 1 - humanist sans a */

body	{	
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

table, tbody, tr, td	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

	/* end body type */	

	/* begin header type */	/* 1 - humanist sans a */
		
h1	{	
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	500;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-size-adjust:	.53;
	font-size:	1.58em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-size-adjust:	.53;
	font-size:	1.33em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-size-adjust:	.53;
	font-size:	1.17em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-size-adjust:	.53;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size-adjust:	.53;
	}	
		
th	{	
	vertical-align:	baseline;
	text-align: left;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	capitalize;
	font-size-adjust:	.53;
	}	
/*
hr	{	
	visibility:	hidden;
	}	
*/
		
	/* end header type */	




	/* begin affordances */	/* 1 - blue orange */
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#036;
	}	
		
body	{	
	color:	navy;
        background-color: #f8f8ff;
	}	
		
em	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	}	
		
strong	{	
	font-style:	italic;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	color:	black;
	}	

b	{
	font-weight:	bold;
	}
	
i	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	color:	red;
	}	
		
del	{	
	text-decoration:	line-through;
	background:	#F66;
	}	
		
ins	{	
	text-decoration:	none;
	background:	yellow;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	#036;
	}	
		
hr	{	
	color: #f4f9e0;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	color:	navy;
	text-decoration:	none;
	border-color:	none;
	border-style:	none;
	padding: .1em;
	}

a:link	{	
	text-decoration:	none;
	color:	blue;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	purple;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F30;
	background:	#FF0;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#996; /* #F30;*/
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C30;
	}	
		
	/* end affordances */	

.correctAnswer {
  color: #a5081d;
}

.userAnswer {
 color: #a5081d;
 text-transform: none;
 text-align: left;
}

.score {
  color: #a5081d;
}

.question {
 color: #036;
 font-weight: bold;
 text-align: left;
 text-transform: none;
 padding: .2em;
}

.answer {
 color: #036;
 font-weight: bold;
 text-align: left;
 text-transform: none;
 padding: .2em;
}

.diff {
 color: #036;
 font-weight: bold;
 text-align: left;
 text-transform: none;
 padding: .2em;
}

.testArea {
}

.controlBar {
}

.check {
  color: #a5081d;
}

.giveup {
  color: #a5081d;
}

.reload {
}

.next {
}

.remove {
 vertical-align: top;
}

.update {
 vertical-align: top;
}

select {
  font-size: 1em;
  color: #036;
  padding: .1em;
}

input {
  font-size: 1em;
  color: #036;
  outline-color: navy;
  background-color: white;
}

textarea {
 color: #036;
 font-size: 1em;
 padding: .1em;
}

.edit {
 border: 1px solid #036;
}

.count {
 color: #a5081d;
}

.links {
 text-align: center;
}

.marukoTitle {
  text-align: center;
}

h2.right {
  text-align: right;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

