body	{
	background: black;
}

h1	{
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	color: #e97659;
	margin-top: 0;
}

h2	{
	text-align: left;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-family: arial, Helvetica, sans-serif;
	color: #e97659;
	margin-bottom: 1px;
}

h3	{
	text-align: left;
	font-size: medium;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	color: #e97659;
	margin-bottom: 1px;
}

p	{
	color: white;
	font-family: arial, Helvetica, sans-serif;
}

p.close {
	margin-top: 1px;
	}

a	{
	color: yellow;
}

a.image	{
	color: black;
}

a.captionlink {
	color: grey;
}

#logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#buttons {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#planets {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#headline {
	clear: both;
	font-size: large;
	text-align:center;
	margin-top: 5px;
	margin-left: 150px;
	margin-right: 150px;		
}

#blurb	{
	clear: both;
	margin-left: 100px;
	margin-right: 100px;
}

.caption {
	font-size: small;
	text-align: center;
}

.emphasise {
	font-weight: bold;
}

.illustration {
	text-align: center;
}
-----------------------------------------------------------------------------

