* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background: #18181c;
	color: white;
}

#main { width: 500px; margin: 0 auto;}

p { font-size:14px; font-family: Verdana; padding:20px; color: silver; }
h1 { font-size: 80px; font-family: Ack; text-align: center; }
h2 { font-size: 42px; font-family: Ack; text-align: center; }
h3 { font-size: 42px; font-family: Ack; color: #84A2A5;/*#6dcff6*/ }

a:link, 
a:visited,
a:active { 
    color: #84A2A5;
    text-decoration: none;
}

a:hover {
    color: white;
}