body {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: normal;	
	background-color: #fff;
	background-repeat: no-repeat;
}

#questions {
	color: #000;
	background: #fff url(/immp/assets/dolphinback.jpg) no-repeat;
	font: 14px/1.2 arial, helvetica, sans-serif;
}

.q {
	color: #930;
	font-weight: bold;
}

.a {
	color: #03C;
	font-weight: bold;
}

#questions h1 {
	font-size: 20px;
	line-height: 1.5em;
}

#questions p {
	padding: 0 3em;
}

#questions a {
	color: #06C;
	text-decoration: none;
}
#questions a:hover {
	color: #696;
	text-decoration: underline;
}
#questions a:visited {
	color: #69c;
}

#questions ol, #questions ul {
	padding: 0 5em;
}
