html
{
	background-color: black;
	color: white;
}

i.kerguelen
{
	color: crimson;
	font-size: 20px;
}

a:link
{
	color: turquoise;
}

a:visited
{
	color: cadetblue;
}

h1
{
	color: goldenrod;
	font-size: x-large;
}

h2
{
	color: goldenrod;
	font-size: large;
}

h3
{
	color: goldenrod;
	font-size: small;
}

div
{
	position: static;
}

div.visible
{
	background-color: #404040;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

div#title
{
}

div#body
{
	position: relative;
	top: 20px;
}

div#menu
{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}

div#page
{
	top: 0;
	right: 0;
	width: 70%;
}

div#footer
{
	position: relative;
	top: 40px;
}

div#blurb
{
}
