@charset "utf-8";
/* CSS Document */
body {
	color:#fff;
	background: #13113e url(Matariki_bck.png) top repeat-x;
	font-size: 1.2em;
	font-weight:bold;
}
#content {
	width: 400px;
}
h1, h2, h3, p {
	color:#fff;
}
h3.wrong {
	background: url(cross.png) top left no-repeat;
	height: 30px;
	padding-left: 35px;
}
h3.correct {
	background: url(tick.png) top left no-repeat;
	height: 30px;
	padding-left: 35px;
}
p {
	margin-bottom: 1em;
}
a, a:visited {
	color: #fffde9;
}
a:hover {
	color: #EA6F53;
}
a:active {
	color: #FF9802;
}
a.next {
	background: url(next.png) right no-repeat;
	padding: 0.5em 55px 0.5em 0;
}
a.next:hover {
	background-image: url(next-hover.png);
}
img.MatarikiStars {
	margin-left: 20px;
	float: right;
}
