A:link {color: black}, A:visited {color: black}, A:active {text-decoration: none; font-weight: bold}
A:hover { color: white}
P { line-height: 100%; 
	text-indent: 20px;
}

li.q {
  font-weight:bold;
  font-size:larger;
  display: list-item;
  }

li.ans {
  font-style:italic;
  text-indent: 5em;
  list-style: circle;
  display: inline;
  } 
  
table {
	font-weight:normal;
	font-size:normal;	
	}

body {font-family: Arial}
	
	
