body	{
	font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-color: blue;
}

h1,p	{
	margin-top: 0em; 
	margin-bottom: .2em;
	font-size: 10.5pt;
}

h1 	{
	font-size: 24pt;
	text-align: center;
}

h2	{
	margin-top: 0em; 
	margin-bottom: .2em;
	font-size: 18pt;
	text-align: center;
}

hr	{
	width: 10in;
	background-color: #aaa;
	height: 1px;
	clear: both;
}

a, A:link, A:visited, a:active {
	color: #0000ff;
	text-decoration: none;
	line-height:normal;
	font-size: 14pt;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-size: 14pt;
}

div {
	width: 205px;
	padding-left: 0px; 
	text-align: left;
}

div.iphone hr {
	width: 205px;
	padding-left: 0px; 
	text-align: left;
}

div.right {
	text-align: right;
}

div.instructions  {
	float: left;  
	margin-top: 1em; margin-bottom: .5em; 
	width: 10in; 
	font-weight: bold;
	border-bottom: 2px solid #000;
}

div.box	{ /* box around question */
	float: left; 
	width: 10in; 
	padding-bottom: .25em; 
	border-bottom: 1px solid #aaa;
}

div.ans { /* select answer */
	margin-left: 3px;
	float: left;
	width: 36pt;

}

div.n { /* question number */
	float: left;
	width: 30pt;
	height: 25px;
}

div.q { /* question */
	float: left;
	width: 9in;
}

div.let { /* MC letter */
	float: left;
	margin-left: 2em;
	width: 1.5em;
	clear: both;
}

div.mca { /* multiple choice answer */
	float: left;
	width: 7.5in;
}

div.mleft {
	float: left;
	width: 5in;
}

div.mright {
	float: left;
	width: 5in;
}

div.term {
	float: left;
	width: 4in;
	height: 25px;
}

div.def {
	float: left;
	height: 3.5em;
	width: 4.05in;

}

/* iPhone Styles 
 
//	#c00 - red
//	#00b - blue
//	#090 - green

body	{
  margin: 0; 
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  width: 220px;
  text-align: left;
  font-size: 12pt;
}

#logo {
  color: #fff;
  background-color: #00b;
  text-align: center;
}

#nav {
  background-color: #c00;
}

h1 {
  color: #fff;
  margin: 0;
  padding: 0;
} 

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

li {
  border-bottom: 1px solid white;
}

a {
  padding: 0.4em 0 0.4em 0.4em; 
  display: block; 
  color: #fff;
  text-decoration: none;
}
*/


