html, body { 
    background:#000000;
	margin:0 auto;
	padding:0;
}
h2 {
    font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	letter-spacing:1px;
}
a {
	color:#167590;
	text-decoration:none;
	border-bottom:1px dashed;
}
a:hover {
	text-decoration:none;
	border-bottom:none;
}
