/* Standard settings */
aside, article, section, header, footer, nav {
	display: block;
}
div, section, article, h1, h2, h3, h4, h5, ul {
	margin: 0;
	padding: 0;
}

.first {
	margin-top: 0;
}


html, body {
	margin: 0;
	padding: 0;
}

.navbuttons {
	margin-right: 1.5%;
	border: 0;
}

footer {
	clear: both;
	padding: 20px 0;
}

.galapagos {
	position: relative;
	top: 10px;
}

.nowrap {
	white-space: nowrap;
}

.linkspaces {
	white-space: pre-wrap;
}




/* Text settings */
.tinyspace { font-size: 1px; }

.copyright {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
	font-size: 10px;
	margin: 10px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
.species, .ship {
	font-style: italic;
}


