body {
	color: #d2d2d2;
	background-color: #424242;
	margin: 2%;
    line-height: 1.8em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a {
	color: white;
	text-decoration: none;
    padding-bottom: 3px;    
	border-bottom: 1px dashed #a1a1a1;
}

a:hover {
    color: white;
    text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
}

.myCookieWarningClass {
	box-shadow: 0px 0px 10px 1px #101010;
	border-radius: 5px;
	border: 1px solid #a1a1a1;
	margin: 30px;
}

#output {
    color: orange;
    letter-spacing: 2px;    
}

