body {
    background-color: black;
    font-family: arial,verdana;
    color: white;
}

#speedtest_contents {
    text-align: center;
}

#speedtest_credits {
    position: absolute;
    bottom: 7px;
    right: 8px;
    font-size: 60%;
}

a.start_test {
    text-decoration: none;
    color: c9c9b5;
}

a:link { 
	color: white;
}
a:visted {
	color: grey;
}

h2 {
	color: white;}
h9 {
	color: green;
	text-decoration: blink;
	font-family: courier;
}
