@charset "utf-8";
/* CSS Document */
body {
	color:#fff;
	background: #0a0a10 url(/Maori/Heritage/Matariki/Quiz2/assets/starfield.jpg);
	font-size: 1.6em;
	font-weight:bold;
}
div#content {
	position:relative;
}
h1, h2, h3 {
	color: #edcd1a;
	text-shadow:1px 1px 0px #788dcc;
}
.whakatauki{
	color:#f73fd7;
	font-size: 1.1em;
}
p {
	color:#fff;
	margin-bottom: 1em;
}
li {
	display: inline-block;
	list-style: none;
	margin-right: 1em;
	text-align: center;
}
ul.images li {
	width: 150px;
}
ul.images li a, a img, map {
	text-decoration: none;
}
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;
}
img.Q1Stars {
	position: absolute;
	left: 0;
	top: 0;
}