<style type="text/css">
html {
	background-color: black;
}

body {
	background: black;
	overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
    background: black;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.experiments-table {
	width: 600px;
    height: 300px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

	font-family: "Lucida Console", Monaco, monospace;
	color: white;
}

.experiments-table a:link {
	color: white;
	text-decoration: none;
}
.experiments-table a:visited {
	color: white;
	text-decoration: none;
}
.experiments-table a:hover {
	color: gold;
	text-decoration: none;
}

</style>
