body {
    background-color: #1c1c1c;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 34px;
    font-weight: bold;
    color: #00c0ff;
}

a {
    color: #00c0ff;
    text-decoration: none;
    white-space: nowrap;
}

    a:hover {
        text-decoration: underline;
    }
            
div#container {
    color: #d5d5d5;
    width: 850px;
    position: absolute;
    top: 20px;
	left: 20px;
	margin: 20px 0 0 20px;
	font-size: 20px;
	text-shadow: #000 1px 1px 2px;
}